Class IngestionDataSourceSettings
Settings for an ingestion data source on a topic.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class IngestionDataSourceSettings : IDirectResponseSchema
Properties
AwsKinesis
Optional. Amazon Kinesis Data Streams.
Declaration
[JsonProperty("awsKinesis")]
public virtual AwsKinesis AwsKinesis { get; set; }
Property Value
Type | Description |
---|---|
AwsKinesis |
CloudStorage
Optional. Cloud Storage.
Declaration
[JsonProperty("cloudStorage")]
public virtual CloudStorage CloudStorage { get; set; }
Property Value
Type | Description |
---|---|
CloudStorage |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlatformLogsSettings
Optional. Platform Logs settings. If unset, no Platform Logs will be generated.
Declaration
[JsonProperty("platformLogsSettings")]
public virtual PlatformLogsSettings PlatformLogsSettings { get; set; }
Property Value
Type | Description |
---|---|
PlatformLogsSettings |