Chronicle v1 API - Class GoogleCloudStorageEventDrivenSettings (1.1.0)

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

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

GoogleCloudStorageEventDrivenSettings is the settings proto for Omniflow Google Cloud Storage feeds driven by pubsub events.

Inheritance

object > GoogleCloudStorageEventDrivenSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

GoogleCloudStorageEventDrivenSettings()

public GoogleCloudStorageEventDrivenSettings()

GoogleCloudStorageEventDrivenSettings(GoogleCloudStorageEventDrivenSettings)

public GoogleCloudStorageEventDrivenSettings(GoogleCloudStorageEventDrivenSettings other)
Parameter
Name Description
other GoogleCloudStorageEventDrivenSettings

Properties

BucketUri

public string BucketUri { get; set; }

Required. Google Cloud Storage Bucket URI for the feed.

Property Value
Type Description
string

ChronicleServiceAccount

public string ChronicleServiceAccount { get; set; }

Output only. SA that will read data, this is Storage Transfer Service SA of Customer's Tenancy Project.

Property Value
Type Description
string

IncludePrefixes

public RepeatedField<string> IncludePrefixes { get; }

Optional. Optional list of object prefixes to include.

Property Value
Type Description
RepeatedFieldstring

MaxLookbackDays

public int MaxLookbackDays { get; set; }

Optional. Maximum File Age to ingest in days.

Property Value
Type Description
int

PubsubSubscription

public string PubsubSubscription { get; set; }

Required. Subscription name for pubsub topic.

Property Value
Type Description
string

SourceDeletionOption

public SourceDeletionOptionV2 SourceDeletionOption { get; set; }

Optional. Source deletion option determines if the data from the source is to be deleted after ingestion.

Property Value
Type Description
SourceDeletionOptionV2