public sealed class CsvOptions : IMessage<Asset.Types.DiscoverySpec.Types.CsvOptions>, IEquatable<Asset.Types.DiscoverySpec.Types.CsvOptions>, IDeepCloneable<Asset.Types.DiscoverySpec.Types.CsvOptions>, IBufferMessage, IMessage
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 document outlines the `CsvOptions` class within the `Google.Cloud.Dataplex.V1` namespace, which is designed to describe CSV data and similar semi-structured data formats."],["The `CsvOptions` class has two constructors, one default and one that creates a copy from another `CsvOptions` instance, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties to customize CSV parsing, such as `Delimiter` (defaulting to ','), `DisableTypeInference` (to treat all data as strings), `Encoding` (defaulting to UTF-8), and `HeaderRows` (to specify header rows to skip)."],["The document provides version history, with version `3.6.0` being the latest and multiple previous versions being listed."],["The `CsvOptions` class inherits certain members from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]