Cloud Dataplex v1 API - Class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo (2.15.0)

public sealed class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo : IMessage<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo>, IEquatable<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo>, IDeepCloneable<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo.

The profile information for a string type field.

Inheritance

object > DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

StringFieldInfo()

public StringFieldInfo()

StringFieldInfo(StringFieldInfo)

public StringFieldInfo(DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo other)
Parameter
NameDescription
otherDataProfileResultTypesProfileTypesFieldTypesProfileInfoTypesStringFieldInfo

Properties

AverageLength

public double AverageLength { get; set; }

Average length of non-null values in the scanned data.

Property Value
TypeDescription
double

MaxLength

public long MaxLength { get; set; }

Maximum length of non-null values in the scanned data.

Property Value
TypeDescription
long

MinLength

public long MinLength { get; set; }

Minimum length of non-null values in the scanned data.

Property Value
TypeDescription
long