Show / Hide Table of Contents

Class IngestionDataSourceSettings

Settings for an ingestion data source on a topic.

Inheritance
object
IngestionDataSourceSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

AwsMsk

Optional. Amazon MSK.

Declaration
[JsonProperty("awsMsk")]
public virtual AwsMsk AwsMsk { get; set; }
Property Value
Type Description
AwsMsk

AzureEventHubs

Optional. Azure Event Hubs.

Declaration
[JsonProperty("azureEventHubs")]
public virtual AzureEventHubs AzureEventHubs { get; set; }
Property Value
Type Description
AzureEventHubs

CloudStorage

Optional. Cloud Storage.

Declaration
[JsonProperty("cloudStorage")]
public virtual CloudStorage CloudStorage { get; set; }
Property Value
Type Description
CloudStorage

ConfluentCloud

Optional. Confluent Cloud.

Declaration
[JsonProperty("confluentCloud")]
public virtual ConfluentCloud ConfluentCloud { get; set; }
Property Value
Type Description
ConfluentCloud

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX