MetadataOperations interface

Interface representing a Metadata operations.

Properties

getEntity

Gets the list of metadata entities.

list

Gets the list of metadata entities.

Property Details

getEntity

Gets the list of metadata entities.

getEntity: (name: string, options?: MetadataGetEntityOptionalParams) => Promise<MetadataEntity>

Property Value

(name: string, options?: MetadataGetEntityOptionalParams) => Promise<MetadataEntity>

list

Gets the list of metadata entities.

list: (options?: MetadataListOptionalParams) => PagedAsyncIterableIterator<MetadataEntity, MetadataEntity[], PageSettings>

Property Value

(options?: MetadataListOptionalParams) => PagedAsyncIterableIterator<MetadataEntity, MetadataEntity[], PageSettings>