public sealed class GoogleCloudStorageV2Settings : IMessage<GoogleCloudStorageV2Settings>, IEquatable<GoogleCloudStorageV2Settings>, IDeepCloneable<GoogleCloudStorageV2Settings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class GoogleCloudStorageV2Settings.
GoogleCloudStorageV2Settings is the settings proto for Omniflow Google Cloud Storage feeds.
Implements
IMessageGoogleCloudStorageV2Settings, IEquatableGoogleCloudStorageV2Settings, IDeepCloneableGoogleCloudStorageV2Settings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
GoogleCloudStorageV2Settings()
public GoogleCloudStorageV2Settings()GoogleCloudStorageV2Settings(GoogleCloudStorageV2Settings)
public GoogleCloudStorageV2Settings(GoogleCloudStorageV2Settings other)| Parameter | |
|---|---|
| Name | Description |
other |
GoogleCloudStorageV2Settings |
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 |
|
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 |
|