Uses of Class
com.azure.analytics.purview.datamap.models.AtlasBusinessMetadataDef
Packages that use AtlasBusinessMetadataDef
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasBusinessMetadataDef in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasBusinessMetadataDefModifier and TypeMethodDescriptionTypeDefinitionClient.getBusinessMetadataById(String guid) Get the businessMetadata definition for the given guid.TypeDefinitionClient.getBusinessMetadataByName(String name) Get the businessMetadata definition by it's name (unique).Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasBusinessMetadataDefModifier and TypeMethodDescriptionTypeDefinitionAsyncClient.getBusinessMetadataById(String guid) Get the businessMetadata definition for the given guid.TypeDefinitionAsyncClient.getBusinessMetadataByName(String name) Get the businessMetadata definition by it's name (unique). -
Uses of AtlasBusinessMetadataDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasBusinessMetadataDefModifier and TypeMethodDescriptionstatic AtlasBusinessMetadataDefAtlasBusinessMetadataDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasBusinessMetadataDef from the JsonReader.AtlasBusinessMetadataDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.AtlasBusinessMetadataDef.setCategory(TypeCategory category) Set the category property: The enum of type category.AtlasBusinessMetadataDef.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasBusinessMetadataDef.setCreateTime(Long createTime) Set the createTime property: The created time of the record.AtlasBusinessMetadataDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasBusinessMetadataDef.setDescription(String description) Set the description property: The description of the type definition.Set the guid property: The GUID of the type definition.AtlasBusinessMetadataDef.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.Set the name property: The name of the type definition.AtlasBusinessMetadataDef.setOptions(Map<String, String> options) Set the options property: The options for the type definition.AtlasBusinessMetadataDef.setServiceType(String serviceType) Set the serviceType property: The service type.AtlasBusinessMetadataDef.setTypeVersion(String typeVersion) Set the typeVersion property: The version of the type.AtlasBusinessMetadataDef.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasBusinessMetadataDef.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.AtlasBusinessMetadataDef.setVersion(Long version) Set the version property: The version of the record.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasBusinessMetadataDefModifier and TypeMethodDescriptionAtlasTypesDef.getBusinessMetadataDefs()Get the businessMetadataDefs property: businessMetadataDefs.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasBusinessMetadataDefModifier and TypeMethodDescriptionAtlasTypesDef.setBusinessMetadataDefs(List<AtlasBusinessMetadataDef> businessMetadataDefs) Set the businessMetadataDefs property: businessMetadataDefs.