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.
Implements
IMessageDataProfileSpecTypesSelectedFields, IEquatableDataProfileSpecTypesSelectedFields, IDeepCloneableDataProfileSpecTypesSelectedFields, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SelectedFields()
public SelectedFields()
SelectedFields(SelectedFields)
public SelectedFields(DataProfileSpec.Types.SelectedFields other)
Parameter | |
---|---|
Name | Description |
other |
DataProfileSpecTypesSelectedFields |
Properties
FieldNames
public RepeatedField<string> FieldNames { get; }
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'.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |