Interface BlobContainer.UpdateStages.WithMetadata

All Known Subinterfaces:
BlobContainer.Update
Enclosing interface:
BlobContainer.UpdateStages

public static interface BlobContainer.UpdateStages.WithMetadata
The stage of the blobcontainer update allowing to specify Metadata.
  • Method Details

    • withMetadata

      BlobContainer.Update withMetadata(Map<String,String> metadata)
      Specifies metadata.
      Parameters:
      metadata - A name-value pair to associate with the container as metadata
      Returns:
      the next update stage
    • withMetadata

      BlobContainer.Update withMetadata(String name, String value)
      Specifies a singluar instance of metadata.
      Parameters:
      name - A name to associate with the container as metadata
      value - A value to associate with the container as metadata
      Returns:
      the next definition stage