AvroWriteSettings.RecordName Property

Definition

Gets or sets top level record name in write result, which is required in AVRO spec.

[Newtonsoft.Json.JsonProperty(PropertyName="recordName")]
public string RecordName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recordName")>]
member this.RecordName : string with get, set
Public Property RecordName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to