FollowerDatabaseListResultGet interface
The list Kusto database principals operation response.
Properties
next |
The URL to get the next set of follower databases list results if there are any. |
value | The list of follower database result. |
Property Details
nextLink
The URL to get the next set of follower databases list results if there are any.
nextLink?: string
Property Value
string
value
The list of follower database result.
value?: FollowerDatabaseDefinitionGet[]