FeaturesetVersionProperties interface
DTO object representing feature set version
- Extends
Properties
entities | Specifies list of entities |
materialization |
Specifies the materialization settings |
provisioning |
Provisioning state for the featureset version container. NOTE: This property will not be serialized. It can only be populated by the server. |
specification | Specifies the feature spec details |
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
entities
Specifies list of entities
entities?: string[]
Property Value
string[]
materializationSettings
Specifies the materialization settings
materializationSettings?: MaterializationSettings
Property Value
provisioningState
Provisioning state for the featureset version container. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
specification
Specifies the feature spec details
specification?: FeaturesetSpecification
Property Value
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