Script API - v1.21.130
    Preparing search index...

    Interface PersistenceQueryGroupOptions

    Advertisement
    interface PersistenceQueryGroupOptions {
        namespace?: string;
        namespacedName?: string;
        scope?: PersistenceScope;
        version?: number;
    }
    Index

    Properties

    namespace?: string
    namespacedName?: string
    version?: number
    Advertisement