Uses of Class
com.azure.analytics.purview.datamap.models.EntityMutationResult
Packages that use EntityMutationResult
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of EntityMutationResult in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return EntityMutationResultModifier and TypeMethodDescriptionEntityClient.batchCreateOrUpdate(AtlasEntitiesWithExtInfo body) Create or update entities in bulk.EntityClient.batchCreateOrUpdate(AtlasEntitiesWithExtInfo body, String collectionId, BusinessAttributeUpdateBehavior businessAttributeUpdateBehavior) Create or update entities in bulk.EntityClient.batchDelete(List<String> guid) Delete a list of entities in bulk identified by their GUIDs or unique attributes.EntityClient.createOrUpdate(AtlasEntityWithExtInfo body) Create or update an entity.EntityClient.createOrUpdate(AtlasEntityWithExtInfo body, BusinessAttributeUpdateBehavior businessAttributeUpdateBehavior, String collectionId) Create or update an entity.Delete an entity identified by its GUID.EntityClient.deleteByUniqueAttribute(String typeName) Delete an entity identified by its type and unique attributes.EntityClient.deleteByUniqueAttribute(String typeName, String attribute) Delete an entity identified by its type and unique attributes.EntityClient.moveEntitiesToCollection(String collectionId, MoveEntitiesOptions body) Move existing entities to the target collection.EntityClient.updateAttributeById(String guid, String name, com.azure.core.util.BinaryData body) Update entity partially - create or update entity attribute identified by its GUID.EntityClient.updateByUniqueAttribute(String typeName, AtlasEntityWithExtInfo body) Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName.EntityClient.updateByUniqueAttribute(String typeName, AtlasEntityWithExtInfo body, String attribute) Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName.Methods in com.azure.analytics.purview.datamap that return types with arguments of type EntityMutationResultModifier 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.EntityAsyncClient.batchDelete(List<String> guid) Delete a list of entities in bulk identified by their GUIDs or unique attributes.EntityAsyncClient.createOrUpdate(AtlasEntityWithExtInfo body) Create or update an entity.EntityAsyncClient.createOrUpdate(AtlasEntityWithExtInfo body, BusinessAttributeUpdateBehavior businessAttributeUpdateBehavior, String collectionId) Create or update an entity.Delete an entity identified by its GUID.EntityAsyncClient.deleteByUniqueAttribute(String typeName) Delete an entity identified by its type and unique attributes.EntityAsyncClient.deleteByUniqueAttribute(String typeName, String attribute) Delete an entity identified by its type and unique attributes.EntityAsyncClient.moveEntitiesToCollection(String collectionId, MoveEntitiesOptions body) Move existing entities to the target collection.EntityAsyncClient.updateAttributeById(String guid, String name, com.azure.core.util.BinaryData body) Update entity partially - create or update entity attribute identified by its GUID.EntityAsyncClient.updateByUniqueAttribute(String typeName, AtlasEntityWithExtInfo body) Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName.EntityAsyncClient.updateByUniqueAttribute(String typeName, AtlasEntityWithExtInfo body, String attribute) Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName. -
Uses of EntityMutationResult in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return EntityMutationResultModifier and TypeMethodDescriptionstatic EntityMutationResultEntityMutationResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EntityMutationResult from the JsonReader.