Documentation
    Preparing search index...

    Type Alias ComputeBlobMetadataOptions

    type ComputeBlobMetadataOptions = {
        bytes: Uint8Array;
        numShards?: number;
    }
    Index

    Properties

    Properties

    bytes: Uint8Array
    numShards?: number