Google Cloud Data Loss Prevention v2 API - Class ColumnDataProfile (4.8.0)

public sealed class ColumnDataProfile : IMessage<ColumnDataProfile>, IEquatable<ColumnDataProfile>, IDeepCloneable<ColumnDataProfile>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ColumnDataProfile.

The profile for a scanned column within a table.

Inheritance

object > ColumnDataProfile

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ColumnDataProfile()

public ColumnDataProfile()

ColumnDataProfile(ColumnDataProfile)

public ColumnDataProfile(ColumnDataProfile other)
Parameter
NameDescription
otherColumnDataProfile

Properties

Column

public string Column { get; set; }

The name of the column.

Property Value
TypeDescription
string

ColumnDataProfileName

public ColumnDataProfileName ColumnDataProfileName { get; set; }

ColumnDataProfileName-typed view over the Name resource name property.

Property Value
TypeDescription
ColumnDataProfileName

ColumnInfoType

public InfoTypeSummary ColumnInfoType { get; set; }

If it's been determined this column can be identified as a single type, this will be set. Otherwise the column either has unidentifiable content or mixed types.

Property Value
TypeDescription
InfoTypeSummary

ColumnType

public ColumnDataProfile.Types.ColumnDataType ColumnType { get; set; }

The data type of a given column.

Property Value
TypeDescription
ColumnDataProfileTypesColumnDataType

DataRiskLevel

public DataRiskLevel DataRiskLevel { get; set; }

The data risk level for this column.

Property Value
TypeDescription
DataRiskLevel

DatasetId

public string DatasetId { get; set; }

The BigQuery dataset ID.

Property Value
TypeDescription
string

DatasetLocation

public string DatasetLocation { get; set; }

The BigQuery location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.

Property Value
TypeDescription
string

DatasetProjectId

public string DatasetProjectId { get; set; }

The Google Cloud project ID that owns the profiled resource.

Property Value
TypeDescription
string

EstimatedNullPercentage

public NullPercentageLevel EstimatedNullPercentage { get; set; }

Approximate percentage of entries being null in the column.

Property Value
TypeDescription
NullPercentageLevel

EstimatedUniquenessScore

public UniquenessScoreLevel EstimatedUniquenessScore { get; set; }

Approximate uniqueness of the column.

Property Value
TypeDescription
UniquenessScoreLevel

FreeTextScore

public double FreeTextScore { get; set; }

The likelihood that this column contains free-form text. A value close to 1 may indicate the column is likely to contain free-form or natural language text. Range in 0-1.

Property Value
TypeDescription
double

Name

public string Name { get; set; }

The name of the profile.

Property Value
TypeDescription
string

OtherMatches

public RepeatedField<OtherInfoTypeSummary> OtherMatches { get; }

Other types found within this column. List will be unordered.

Property Value
TypeDescription
RepeatedFieldOtherInfoTypeSummary

PolicyState

public ColumnDataProfile.Types.ColumnPolicyState PolicyState { get; set; }

Indicates if a policy tag has been applied to the column.

Property Value
TypeDescription
ColumnDataProfileTypesColumnPolicyState

ProfileLastGenerated

public Timestamp ProfileLastGenerated { get; set; }

The last time the profile was generated.

Property Value
TypeDescription
Timestamp

ProfileStatus

public ProfileStatus ProfileStatus { get; set; }

Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated.

Property Value
TypeDescription
ProfileStatus

SensitivityScore

public SensitivityScore SensitivityScore { get; set; }

The sensitivity of this column.

Property Value
TypeDescription
SensitivityScore

State

public ColumnDataProfile.Types.State State { get; set; }

State of a profile.

Property Value
TypeDescription
ColumnDataProfileTypesState

TableDataProfile

public string TableDataProfile { get; set; }

The resource name of the table data profile.

Property Value
TypeDescription
string

TableFullResource

public string TableFullResource { get; set; }

The resource name of the resource this column is within.

Property Value
TypeDescription
string

TableId

public string TableId { get; set; }

The BigQuery table ID.

Property Value
TypeDescription
string