MetadataOperations interface
Interface representing a Metadata operations.
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>