Class CosmosConflictProperties


  • public class CosmosConflictProperties
    extends Resource
    • Method Detail

      • operationKind

        public String operationKind()
        Gets the operation kind.
        Returns:
        the operation kind.
      • resourceType

        public String resourceType()
        Gets the type of the conflicting resource.
        Returns:
        the resource type.
      • getResource

        public <T extends Resource> T getResource​(Class<T> klass)
        Gets the conflicting resource in the Azure Cosmos DB service.
        Type Parameters:
        T - the type of the object.
        Parameters:
        klass - The returned type of conflicting resource.
        Returns:
        The conflicting resource.