FeaturestoreEntityVersionProperties interface
DTO object representing feature entity version
- Extends
Properties
index |
Specifies index columns |
provisioning |
Provisioning state for the featurestore entity version. NOTE: This property will not be serialized. It can only be populated by the server. |
stage | Specifies the asset stage |
Inherited Properties
description | The asset description text. |
is |
If the name version are system generated (anonymous registration). |
is |
Is the asset archived? |
properties | The asset property dictionary. |
tags | Tag dictionary. Tags can be added, removed, and updated. |
Property Details
indexColumns
provisioningState
Provisioning state for the featurestore entity version. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
stage
Specifies the asset stage
stage?: string
Property Value
string
Inherited Property Details
description
The asset description text.
description?: string
Property Value
string
Inherited From AssetBase.description
isAnonymous
If the name version are system generated (anonymous registration).
isAnonymous?: boolean
Property Value
boolean
Inherited From AssetBase.isAnonymous
isArchived
Is the asset archived?
isArchived?: boolean
Property Value
boolean
Inherited From AssetBase.isArchived
properties
The asset property dictionary.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From AssetBase.properties
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From AssetBase.tags