Type alias Metadata

Metadata: {
    encryptionKey?: ArrayBuffer;
    mode: MetadataMode;
}

Configuration for how to handle the App's metadata.

Type declaration

  • Optional encryptionKey?: ArrayBuffer

    The 512-bit (64-byte) encryption key used to encrypt and decrypt meta data in Realm Apps. This will not change the encryption key for individual Realms. This should still be set in Configuration.encryptionKey when opening the Realm.

    Since

    12.2.0

  • mode: MetadataMode

    The different modes for storing meta data in Realm Apps.

    Since

    12.2.0

Generated using TypeDoc