Cloud Dataplex v1 API - Class DataProfileSpec.Types.SelectedFields (2.15.0)

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.

Inheritance

object > DataProfileSpec.Types.SelectedFields

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SelectedFields()

public SelectedFields()

SelectedFields(SelectedFields)

public SelectedFields(DataProfileSpec.Types.SelectedFields other)
Parameter
NameDescription
otherDataProfileSpecTypesSelectedFields

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
TypeDescription
RepeatedFieldstring