Chronicle v1 API - Enum SourceDeletionOptionV2 (1.1.0)

public enum SourceDeletionOptionV2

Reference documentation and code samples for the Chronicle v1 API enum SourceDeletionOptionV2.

Source deletion option determines whether source files should be deleted after transferring.

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Fields

Name Description
Never

Never delete files from the source.

OnSuccess

After the fetch completes, if there are no errors, delete files and any directories made empty by the file deletion from the source.

Unspecified

If encountered, will be treated as SOURCE_DELETION_NEVER.