GlobalSchemaCollection interface
The response of the list schema operation.
Properties
count | Total record count number. |
next |
Next page link if any. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Global Schema Contract value. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
count
Total record count number.
count?: number
Property Value
number
nextLink
Next page link if any. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
Global Schema Contract value. NOTE: This property will not be serialized. It can only be populated by the server.
value?: GlobalSchemaContract[]