Reference documentation and code samples for the Google Cloud Dataplex V1 Client class StringFieldInfo.
The profile information for a string type field.
Generated from protobuf message google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataProfileResult \ Profile \ Field \ ProfileInfoMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ min_length |
int|string
Output only. Minimum length of non-null values in the scanned data. |
↳ max_length |
int|string
Output only. Maximum length of non-null values in the scanned data. |
↳ average_length |
float
Output only. Average length of non-null values in the scanned data. |
getMinLength
Output only. Minimum length of non-null values in the scanned data.
Returns | |
---|---|
Type | Description |
int|string |
setMinLength
Output only. Minimum length of non-null values in the scanned data.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getMaxLength
Output only. Maximum length of non-null values in the scanned data.
Returns | |
---|---|
Type | Description |
int|string |
setMaxLength
Output only. Maximum length of non-null values in the scanned data.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getAverageLength
Output only. Average length of non-null values in the scanned data.
Returns | |
---|---|
Type | Description |
float |
setAverageLength
Output only. Average length of non-null values in the scanned data.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |