Interface BlobContainer.UpdateStages.WithMetadata

    • Method Detail

      • 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