Chronicle v1 API - Class GoogleCloudStorageSettings (1.1.0)

public sealed class GoogleCloudStorageSettings : IMessage<GoogleCloudStorageSettings>, IEquatable<GoogleCloudStorageSettings>, IDeepCloneable<GoogleCloudStorageSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class GoogleCloudStorageSettings.

Google Cloud Storage settings.

Inheritance

object > GoogleCloudStorageSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

GoogleCloudStorageSettings()

public GoogleCloudStorageSettings()

GoogleCloudStorageSettings(GoogleCloudStorageSettings)

public GoogleCloudStorageSettings(GoogleCloudStorageSettings other)
Parameter
Name Description
other GoogleCloudStorageSettings

Properties

BucketUri

public string BucketUri { get; set; }

Bucket URI.

Property Value
Type Description
string

ChronicleServiceAccount

public string ChronicleServiceAccount { get; set; }

Output only. Service Account Chronicle will be using to pull data.

Property Value
Type Description
string

SourceDeletionOption

public SourceDeletionOption SourceDeletionOption { get; set; }

Source deletion option.

Property Value
Type Description
SourceDeletionOption

SourceType

public URISourceType SourceType { get; set; }

The URI source type.

Property Value
Type Description
URISourceType