TableCapabilitiesMetadata.ServerPagingOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of supported server-driven paging capabilities
[System.Text.Json.Serialization.JsonPropertyName("serverPagingOptions")]
public System.Collections.Generic.List<string> ServerPagingOptions { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("serverPagingOptions")>]
member this.ServerPagingOptions : System.Collections.Generic.List<string> with get, set
Public Property ServerPagingOptions As List(Of String)
Property Value
- Attributes