Member Junction
    Preparing search index...

    Interface EnableFieldEncryptionResult

    Result structure for field encryption operations.

    interface EnableFieldEncryptionResult {
        error?: string;
        recordsEncrypted: number;
        recordsSkipped: number;
        success: boolean;
    }
    Index

    Properties

    error?: string

    Error message if the operation failed

    recordsEncrypted: number

    Number of records that were encrypted

    recordsSkipped: number

    Number of records that were already encrypted (skipped)

    success: boolean

    Whether the operation completed successfully