public sealed class Zone.Types.DiscoverySpec.Types.CsvOptions : IMessage<Zone.Types.DiscoverySpec.Types.CsvOptions>, IEquatable<Zone.Types.DiscoverySpec.Types.CsvOptions>, IDeepCloneable<Zone.Types.DiscoverySpec.Types.CsvOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Zone.Types.DiscoverySpec.Types.CsvOptions.
Describe CSV and similar semi-structured data formats.
[[["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-25 UTC."],[[["This webpage provides documentation for the `CsvOptions` class within the Google Cloud Dataplex v1 API, specifically for version 3.2.0, which is used to describe CSV and similar semi-structured data formats."],["The `CsvOptions` class, part of `Zone.Types.DiscoverySpec.Types`, allows configuration of parameters like delimiter, encoding, whether to disable data type inference, and the number of header rows."],["The documentation lists all available versions of the `CsvOptions` class, ranging from the latest 3.6.0 down to 1.0.0, enabling developers to find the documentation specific to their project version."],["`CsvOptions` Implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, with details available on the properties and constructors of the class."],["The `Delimiter` property specifies the character used to separate values, `DisableTypeInference` allows string-only type declaration, `Encoding` sets the character encoding (default UTF-8), and `HeaderRows` defines the number of header rows."]]],[]]