iceberg-js
    Preparing search index...

    Interface EncryptedKey

    interface EncryptedKey {
        "encrypted-by-id"?: string;
        "encrypted-key-metadata": string;
        "key-id": string;
        properties?: Record<string, string>;
    }
    Index

    Properties

    "encrypted-by-id"?: string
    "encrypted-key-metadata": string
    "key-id": string
    properties?: Record<string, string>