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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `IngestionDataSourceSettings.Types.CloudStorage.Types.TextFormat` class within the Google Cloud Pub/Sub v1 API for .NET."],["The `TextFormat` class is used to configure how Cloud Storage data in text format is read, with each line of text, defined by the delimiter, corresponding to the `data` field of a Pub/Sub message."],["The documentation details the class's implementation, including its inheritance from `object` and its implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with links to their respective documentation pages."],["It lists all the versions available of the class, with the latest version being 3.23.0, and it provides links to the documentation for each version."],["The webpage includes details on the class's constructor methods and a `Delimiter` property, which is optional and defaults to `\\n` when not set, as well as providing whether the delimiter has been set or not."]]],[]]