public sealed class IngestionDataSourceSettings.Types.CloudStorage.Types.AvroFormat : IMessage<IngestionDataSourceSettings.Types.CloudStorage.Types.AvroFormat>, IEquatable<IngestionDataSourceSettings.Types.CloudStorage.Types.AvroFormat>, IDeepCloneable<IngestionDataSourceSettings.Types.CloudStorage.Types.AvroFormat>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class IngestionDataSourceSettings.Types.CloudStorage.Types.AvroFormat.
Configuration for reading Cloud Storage data in Avro binary format. The
bytes of each object 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 page provides documentation for the `AvroFormat` class within the `Google.Cloud.PubSub.V1` API, specifically detailing how to configure Cloud Storage data in Avro format for Pub/Sub messages."],["The `AvroFormat` class is part of the `IngestionDataSourceSettings.Types.CloudStorage.Types` namespace and is used to define settings for reading Cloud Storage data in Avro binary format."],["The `AvroFormat` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The page lists the available versions for this resource, with version 3.23.0 being the latest and with versions ranging down to 2.3.0."],["Two constructors are provided for the `AvroFormat` class, a default constructor `AvroFormat()` and a copy constructor `AvroFormat(AvroFormat other)` which accepts another `AvroFormat` object."]]],[]]