Type Alias SourceCapabilityConnectOptionsExperimental

SourceCapabilityConnectOptions: Omit<ConnectOptions, "protocol" | "capabilityPolicy"> & {
    protocol:
        | "auto"
        | "geoservices-feature-service"
        | "geoservices-map-service"
        | "odata";
}

Connect options accepted by the first certified capability-discovery rollout.

Type declaration

  • Readonlyprotocol:
        | "auto"
        | "geoservices-feature-service"
        | "geoservices-map-service"
        | "odata"

    auto is structural and therefore resolves only canonical GeoServices URLs.