public enum SourceDeletionOptionReference documentation and code samples for the Chronicle v1 API enum SourceDeletionOption.
Source deletion option controls whether source files should be deleted after transferring.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Fields |
|
|---|---|
| Name | Description |
SourceDeletionNever |
Never delete files from the source. |
SourceDeletionOnSuccess |
After the fetch completes, if there are no errors, delete files and any directories made empty by the file deletion from the source. |
SourceDeletionOnSuccessFilesOnly |
After the fetch completes, if there are no errors, delete files (leaving any directories) from the source. |
Unspecified |
If encountered, will be treated as |