Type Alias BlobIdBase<T>

BlobIdBase<T>: {
    driveId: string;
    name: string;
    type: T;
    variant: BlobVariant<T>;
}

Type Parameters

Type declaration

  • driveId: string

    discovery key as hex string of hyperdrive where blob is stored

  • name: string

    unique identifier for blob (e.g. hash of content)

  • type: T

    Type of blob

  • variant: BlobVariant<T>

    Blob variant (some blob types have smaller previews and thumbnails available)