Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateDataAssetDetails

Properties used in data asset create operations.

Properties

Optional customPropertyMembers

customPropertyMembers: Array<CustomPropertySetUsage>

The list of customized properties along with the values for this object

Optional description

description: undefined | string

Detailed description of the data asset.

displayName

displayName: string

A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

Optional properties

properties: undefined | object

A map of maps that contains the properties which are specific to the data asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the "default" category. To determine the set of optional and required properties for a data asset type, a query can be done on '/types?type=dataAsset' that returns a collection of all data asset types. The appropriate data asset type, which includes definitions of all of it's properties, can be identified from this collection. Example: {@code {"properties": { "default": { "host": "host1", "port": "1521", "database": "orcl"}}}}

typeKey

typeKey: string

The key of the data asset type. This can be obtained via the '/types' endpoint.

Functions

getDeserializedJsonObj

getJsonObj