Uses of Class
com.azure.analytics.purview.datamap.models.AtlasEntitiesWithExtInfo
Packages that use AtlasEntitiesWithExtInfo
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasEntitiesWithExtInfo in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasEntitiesWithExtInfoModifier and TypeMethodDescriptionEntityClient.batchGetByUniqueAttributes(String typeName) Bulk API to retrieve list of entities identified by its unique attributes.EntityClient.batchGetByUniqueAttributes(String typeName, Boolean minExtInfo, Boolean ignoreRelationships, String attrNQualifiedName) Bulk API to retrieve list of entities identified by its unique attributes.List entities in bulk identified by its GUIDs.List entities in bulk identified by its GUIDs.Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasEntitiesWithExtInfoModifier and TypeMethodDescriptionEntityAsyncClient.batchGetByUniqueAttributes(String typeName) Bulk API to retrieve list of entities identified by its unique attributes.EntityAsyncClient.batchGetByUniqueAttributes(String typeName, Boolean minExtInfo, Boolean ignoreRelationships, String attrNQualifiedName) Bulk API to retrieve list of entities identified by its unique attributes.List entities in bulk identified by its GUIDs.List entities in bulk identified by its GUIDs.Methods in com.azure.analytics.purview.datamap with parameters of type AtlasEntitiesWithExtInfoModifier and TypeMethodDescriptionEntityAsyncClient.batchCreateOrUpdate(AtlasEntitiesWithExtInfo body) Create or update entities in bulk.EntityAsyncClient.batchCreateOrUpdate(AtlasEntitiesWithExtInfo body, String collectionId, BusinessAttributeUpdateBehavior businessAttributeUpdateBehavior) Create or update entities in bulk.EntityClient.batchCreateOrUpdate(AtlasEntitiesWithExtInfo body) Create or update entities in bulk.EntityClient.batchCreateOrUpdate(AtlasEntitiesWithExtInfo body, String collectionId, BusinessAttributeUpdateBehavior businessAttributeUpdateBehavior) Create or update entities in bulk. -
Uses of AtlasEntitiesWithExtInfo in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasEntitiesWithExtInfoModifier and TypeMethodDescriptionstatic AtlasEntitiesWithExtInfoAtlasEntitiesWithExtInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasEntitiesWithExtInfo from the JsonReader.AtlasEntitiesWithExtInfo.setEntities(List<AtlasEntity> entities) Set the entities property: An array of entities.AtlasEntitiesWithExtInfo.setReferredEntities(Map<String, AtlasEntity> referredEntities) Set the referredEntities property: The referred entities.