@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface PropertyRegistryConfig

    interface PropertyRegistryConfig {
        registryClient: RegistryClient;
        cursorStore?: CursorStore;
        pollInterval?: number;
    }
    Index

    Properties

    registryClient: RegistryClient

    RegistryClient instance for API calls.

    cursorStore?: CursorStore

    Optional cursor store for resumable syncing.

    pollInterval?: number

    Polling interval in milliseconds. Default: 30000 (30s).