Package version:

Interface GetConfigurationHeaders

Headers from getting a ConfigurationSetting.

interface GetConfigurationHeaders {
    syncToken?: string;
}

Hierarchy (view full)

Properties

Properties

syncToken?: string

Enables real-time consistency between requests by providing the returned value in the next request made to the server.