Eventarc v1 API - Class Pipeline.Types.MessagePayloadFormat.Types.AvroFormat (2.6.0)

public sealed class Pipeline.Types.MessagePayloadFormat.Types.AvroFormat : IMessage<Pipeline.Types.MessagePayloadFormat.Types.AvroFormat>, IEquatable<Pipeline.Types.MessagePayloadFormat.Types.AvroFormat>, IDeepCloneable<Pipeline.Types.MessagePayloadFormat.Types.AvroFormat>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class Pipeline.Types.MessagePayloadFormat.Types.AvroFormat.

The format of an AVRO message payload.

Inheritance

object > Pipeline.Types.MessagePayloadFormat.Types.AvroFormat

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

AvroFormat()

public AvroFormat()

AvroFormat(AvroFormat)

public AvroFormat(Pipeline.Types.MessagePayloadFormat.Types.AvroFormat other)
Parameter
Name Description
other PipelineTypesMessagePayloadFormatTypesAvroFormat

Properties

SchemaDefinition

public string SchemaDefinition { get; set; }

Optional. The entire schema definition is stored in this field.

Property Value
Type Description
string