public sealed class GoogleCloudStorageSettings : IMessage<GoogleCloudStorageSettings>, IEquatable<GoogleCloudStorageSettings>, IDeepCloneable<GoogleCloudStorageSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class GoogleCloudStorageSettings.
Google Cloud Storage settings.
Implements
IMessageGoogleCloudStorageSettings, IEquatableGoogleCloudStorageSettings, IDeepCloneableGoogleCloudStorageSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|