public sealed class CloudStorageConfig.Types.AvroConfig : IMessage<CloudStorageConfig.Types.AvroConfig>, IEquatable<CloudStorageConfig.Types.AvroConfig>, IDeepCloneable<CloudStorageConfig.Types.AvroConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class CloudStorageConfig.Types.AvroConfig.
Configuration for writing message data in Avro format.
Message payloads and metadata will be written to files as an Avro binary.
When true, write the subscription name, message_id, publish_time,
attributes, and ordering_key as additional fields in the output. The
subscription name, message_id, and publish_time fields are put in their
own fields while all other message properties other than data (for
example, an ordering_key, if present) are added as entries in the
attributes map.
[[["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-03-21 UTC."],[[["This page provides reference documentation for the `CloudStorageConfig.Types.AvroConfig` class within the Google Cloud Pub/Sub v1 API, detailing its functionality for writing message data in Avro format."],["The documentation covers a range of versions for the `Google.Cloud.PubSub.V1` library, from the latest version 3.23.0 down to version 2.3.0, which are all listed, along with a version dropdown."],["The `AvroConfig` class is designed for configuring how message payloads and metadata are written as Avro binary files, using the `CloudStorageConfig.Types.AvroConfig` class."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and includes functionalities like constructors and a `WriteMetadata` property to manage data writing."],["The documentation also provides details on the class's inheritance from `object`, lists inherited members, and specifies the namespace (`Google.Cloud.PubSub.V1`) and assembly (`Google.Cloud.PubSub.V1.dll`)."]]],[]]