public sealed class AvroSerializationOptions : IMessage<AvroSerializationOptions>, IEquatable<AvroSerializationOptions>, IDeepCloneable<AvroSerializationOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class AvroSerializationOptions.
public bool EnableDisplayNameAttribute { get; set; }
Enable displayName attribute in Avro schema.
The Avro specification requires field names to be alphanumeric. By
default, in cases when column names do not conform to these requirements
(e.g. non-ascii unicode codepoints) and Avro is requested as an output
format, the CreateReadSession call will fail.
Setting this field to true, populates avro field names with a placeholder
value and populates a "displayName" attribute for every avro field with the
original column name.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eAvroSerializationOptions\u003c/code\u003e class within the Google BigQuery Storage v1 API, specifically for .NET development, detailing its usage in Avro serialization.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for reference is 3.17.0, and the page offers documentation for numerous previous versions, starting from version 2.3.0, allowing users to find information for specific versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAvroSerializationOptions\u003c/code\u003e is a sealed class implementing several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling deep cloning and comparisons.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAvroSerializationOptions\u003c/code\u003e class includes a property named \u003ccode\u003eEnableDisplayNameAttribute\u003c/code\u003e, which controls the inclusion of a "displayName" attribute in the Avro schema to handle non-alphanumeric column names.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors \u003ccode\u003eAvroSerializationOptions()\u003c/code\u003e and \u003ccode\u003eAvroSerializationOptions(AvroSerializationOptions other)\u003c/code\u003e, the second allows for a copy of another instance of \u003ccode\u003eAvroSerializationOptions\u003c/code\u003e to be used for parameters.\u003c/p\u003e\n"]]],[],null,[]]