Skip to main content

Module command

Module command 

Source
Expand description

Export V2 CLI commands.

Structsยง

ChunkFile ๐Ÿ”’
A data file declared by a completed chunk that is expected to exist in storage.
ExportConfig ๐Ÿ”’
ExportCreate
Export tool implementation.
ExportCreateCommand
Create a new snapshot.
ExportDelete
Export delete tool implementation.
ExportDeleteCommand
Delete a snapshot and all data under it.
ExportList
Export list tool implementation.
ExportListCommand
List snapshots under a parent location.
ExportVerify
Export verify tool implementation.
ExportVerifyCommand
Verify snapshot integrity.
SnapshotListEntry ๐Ÿ”’
SnapshotScanResult ๐Ÿ”’
VerifyChunkSummary ๐Ÿ”’
VerifyDataScan ๐Ÿ”’
Data-file scan result. Claimed files are kept only when they are relevant to manifest verification; unexpected files are kept separately for reporting.
VerifyOutcome ๐Ÿ”’
Result of reconciling the manifest plan against the storage scan.
VerifyPlan ๐Ÿ”’
Expected snapshot contents derived purely from the manifest (no object-store IO).
VerifyProblem ๐Ÿ”’
VerifyReport ๐Ÿ”’

Enumsยง

ExportV2Command
Export V2 commands.
VerifySeverity ๐Ÿ”’

Functionsยง

build_schema_ddl ๐Ÿ”’
build_verify_plan ๐Ÿ”’
Builds the expected-state plan from the manifest. Pure; performs no IO.
canonical_schema_selection ๐Ÿ”’
chunk_plan_matches ๐Ÿ”’
confirm_delete ๐Ÿ”’
delete_confirmation_matches ๐Ÿ”’
directory_word ๐Ÿ”’
display_snapshot_prefix ๐Ÿ”’
format_chunk_plan ๐Ÿ”’
format_delete_chunks ๐Ÿ”’
format_list_chunks ๐Ÿ”’
format_schema_selection ๐Ÿ”’
parse_chunk_parallelism ๐Ÿ”’
print_delete_summary ๐Ÿ”’
print_snapshot_list ๐Ÿ”’
print_unreadable_warnings ๐Ÿ”’
print_verify_report ๐Ÿ”’
reconcile_plan_with_scan ๐Ÿ”’
Reconciles the manifest plan against the storage scan. Pure; performs no IO.
safe_manifest_data_file_path ๐Ÿ”’
scan_data_files ๐Ÿ”’
Streams data files under data/ and classifies each path against the plan.
scan_snapshots ๐Ÿ”’
schema_selection_matches ๐Ÿ”’
snapshot_status ๐Ÿ”’
summarize_chunks ๐Ÿ”’
valid_manifest_data_file_path ๐Ÿ”’
validate_resume_config ๐Ÿ”’
verify_chunks_and_data_files ๐Ÿ”’
verify_snapshot ๐Ÿ”’