Class 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.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class TextFormat : IDirectResponseSchema
Properties
Delimiter
Optional. When unset, '\n' is used.
Declaration
[JsonProperty("delimiter")]
public virtual string Delimiter { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |