Type Alias ReadWriteEndpointUri

ReadWriteEndpointUri: { read: string; write: string }

Type declaration

  • read: string

    URI of the endpoint which contains data in specified format. This endpoint will only be used for read operations.

  • write: string

    URI of the endpoint which contains data in specified format. This endpoint will only be used for write operations.