Class GoogleCloudDatacatalogV1TagField
Contains the value and additional information on a field within a Tag.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1TagField : IDirectResponseSchema
Properties
BoolValue
The value of a tag field with a boolean type.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DisplayName
Output only. The display name of this field.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
DoubleValue
The value of a tag field with a double type.
Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnumValue
The value of a tag field with an enum type. This value must be one of the allowed values listed in this enum.
Declaration
[JsonProperty("enumValue")]
public virtual GoogleCloudDatacatalogV1TagFieldEnumValue EnumValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1TagFieldEnumValue |
Order
Output only. The order of this field with respect to other fields in this tag. Can be set by Tag. For example, a higher value can indicate a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag don't have to be sequential.
Declaration
[JsonProperty("order")]
public virtual int? Order { get; set; }
Property Value
Type | Description |
---|---|
int? |
RichtextValue
The value of a tag field with a rich text type. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.
Declaration
[JsonProperty("richtextValue")]
public virtual string RichtextValue { get; set; }
Property Value
Type | Description |
---|---|
string |
StringValue
The value of a tag field with a string type. The maximum length is 2000 UTF-8 characters.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |
TimestampValue
object representation of TimestampValueRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampValueDateTimeOffset instead.")]
public virtual object TimestampValue { get; set; }
Property Value
Type | Description |
---|---|
object |
TimestampValueDateTimeOffset
DateTimeOffset representation of TimestampValueRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampValueDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
TimestampValueRaw
The value of a tag field with a timestamp type.
Declaration
[JsonProperty("timestampValue")]
public virtual string TimestampValueRaw { get; set; }
Property Value
Type | Description |
---|---|
string |