StreamingEndpointListResult interface

The streaming endpoint list result.

Properties

odataCount

The number of result.

odataNextLink

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

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[]

Property Value