Interface Blob.Factory

  • Enclosing interface:
    Blob

    public static interface Blob.Factory
    Allows you to construct blobs without knowing the implementation type
    • Method Detail

      • create

        Blob create​(@Nullable
                    MutableBlobMetadata metadata)
        Creates a blob, optionally setting its metadata to a known value. This is useful in making copies of blobs.