A11 TypeScript API - v0.2.1
    Preparing search index...

    Class ChunkMetadata

    MIME type, timestamp, and binary attributes describing one Chunk. Metadata travels with streamed values so a receiving agent can choose the correct codec and retain application-specific context.

    Index
    attributes: ByteMap
    mimetype: string
    timestamp: Date | null
    • Parameters

      • key: string

      Returns StatusOr<Uint8Array<ArrayBufferLike>>

    • Parameters

      • key: string
      • value: Uint8Array

      Returns Status