Cloud Dataplex v1 API - Class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.StringFieldInfo (2.3.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.

StringFieldInfo defines output info for any string type field.

Inheritance

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

Namespace

GoogleCloudGoogle.Cloud.DataplexV1

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; }

The average length of a string field in the sampled data. Optional if zero non-null rows.

Property Value
TypeDescription
double

MaxLength

public long MaxLength { get; set; }

The maximum length of a string field in the sampled data. Optional if zero non-null rows.

Property Value
TypeDescription
long

MinLength

public long MinLength { get; set; }

The minimum length of the string field in the sampled data. Optional if zero non-null rows.

Property Value
TypeDescription
long