StreamingEndpointListResult interface
The streaming endpoint list result.
Properties
odata |
The number of result. |
odata |
The link to the next set of results. Not empty if value contains incomplete list of streaming endpoints. |
value | The result of the List StreamingEndpoint operation. |
Property Details
odataCount
The number of result.
odataCount?: number
Property Value
number
odataNextLink
The link to the next set of results. Not empty if value contains incomplete list of streaming endpoints.
odataNextLink?: string
Property Value
string
value
The result of the List StreamingEndpoint operation.
value?: StreamingEndpoint[]