Compartir a través de


DatastoreProperties interface

Base definition for datastore contents configuration.

Extends

Properties

credentials

[Required] Account credentials.

datastoreType

[Required] Storage type backing the datastore.

isDefault

Readonly property to indicate if datastore is the workspace default datastore NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

description

The asset description text.

properties

The asset property dictionary.

tags

Tag dictionary. Tags can be added, removed, and updated.

Property Details

credentials

[Required] Account credentials.

credentials: DatastoreCredentialsUnion

Property Value

datastoreType

[Required] Storage type backing the datastore.

datastoreType: string

Property Value

string

isDefault

Readonly property to indicate if datastore is the workspace default datastore NOTE: This property will not be serialized. It can only be populated by the server.

isDefault?: boolean

Property Value

boolean

Inherited Property Details

description

The asset description text.

description?: string

Property Value

string

Inherited From ResourceBase.description

properties

The asset property dictionary.

properties?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}

Inherited From ResourceBase.properties

tags

Tag dictionary. Tags can be added, removed, and updated.

tags?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}

Inherited From ResourceBase.tags