Cloud Pub/Sub v1 API - Class IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat (3.17.0)

public sealed class IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat : IMessage<IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat>, IEquatable<IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat>, IDeepCloneable<IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Pub/Sub v1 API class IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat.

Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the data field of a Pub/Sub message.

Inheritance

object > IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

TextFormat()

public TextFormat()

TextFormat(TextFormat)

public TextFormat(IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat other)
Parameter
Name Description
other IngestionDataSourceSettingsTypesCloudStorageTypesTextFormat

Properties

Delimiter

public string Delimiter { get; set; }

Optional. When unset, '\n' is used.

Property Value
Type Description
string

HasDelimiter

public bool HasDelimiter { get; }

Gets whether the "delimiter" field is set

Property Value
Type Description
bool