Chronicle v1 API - Enum URISourceType (1.1.0)

public enum URISourceType

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

The type of URIs specified in the source URIs.

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Fields

Name Description
Files

The type of files pointed to by source_uris are files.

Folders

The type of files pointed to by source_uris are folders and Xenon should not descend into subfolders of those folders.

FoldersRecursive

The type of files pointed to by source_uris are folders and Xenon should descend into subfolders of those folders.

Unspecified

If encountered, will throw an INVALID_ARGUMENT error.