public sealed class DataProfileSpec.Types.SelectedFields : IMessage<DataProfileSpec.Types.SelectedFields>, IEquatable<DataProfileSpec.Types.SelectedFields>, IDeepCloneable<DataProfileSpec.Types.SelectedFields>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileSpec.Types.SelectedFields.
The specification for fields to include or exclude in data profile scan.
Optional. Expected input is a list of fully qualified names of fields as
in the schema.
Only top-level field names for nested fields are supported.
For instance, if 'x' is of nested field type, listing 'x' is supported
but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
'x'.
[[["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 reference documentation for the `DataProfileSpec.Types.SelectedFields` class within the Google Cloud Dataplex v1 API, detailing its usage and implementation in .NET."],["The `SelectedFields` class is used to specify which fields should be included or excluded during a data profile scan, allowing for customized analysis of data."],["The documentation includes an inheritance hierarchy showing that `SelectedFields` inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page has a list of historical versions of the `DataProfileSpec.Types.SelectedFields`, with version 3.6.0 being the most recent and version 1.0.0 being the oldest version."],["The class includes a constructor and a `FieldNames` property to define the fully qualified field names to be included or excluded in a scan, with only top-level field names supported."]]],[]]