SqlModelFactory.TableCapabilitiesMetadata Method
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.
public static Azure.Connectors.Sdk.Sql.Models.TableCapabilitiesMetadata TableCapabilitiesMetadata(Azure.Connectors.Sdk.Sql.Models.TableSortRestrictionsMetadata sortRestrictions = default, Azure.Connectors.Sdk.Sql.Models.TableFilterRestrictionsMetadata filterRestrictions = default, Azure.Connectors.Sdk.Sql.Models.TableSelectRestrictionsMetadata selectRestrictions = default, Azure.Connectors.Sdk.Sql.Models.TableCountRestrictionsMetadata countRestrictions = default, bool? isOnlyServerPagable = default, System.Collections.Generic.List<string> filterFunctionSupport = default, System.Collections.Generic.List<string> serverPagingOptions = default);
static member TableCapabilitiesMetadata : Azure.Connectors.Sdk.Sql.Models.TableSortRestrictionsMetadata * Azure.Connectors.Sdk.Sql.Models.TableFilterRestrictionsMetadata * Azure.Connectors.Sdk.Sql.Models.TableSelectRestrictionsMetadata * Azure.Connectors.Sdk.Sql.Models.TableCountRestrictionsMetadata * Nullable<bool> * System.Collections.Generic.List<string> * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.Sql.Models.TableCapabilitiesMetadata
Public Shared Function TableCapabilitiesMetadata (Optional sortRestrictions As TableSortRestrictionsMetadata = Nothing, Optional filterRestrictions As TableFilterRestrictionsMetadata = Nothing, Optional selectRestrictions As TableSelectRestrictionsMetadata = Nothing, Optional countRestrictions As TableCountRestrictionsMetadata = Nothing, Optional isOnlyServerPagable As Nullable(Of Boolean) = Nothing, Optional filterFunctionSupport As List(Of String) = Nothing, Optional serverPagingOptions As List(Of String) = Nothing) As TableCapabilitiesMetadata
Parameters
- sortRestrictions
- TableSortRestrictionsMetadata
- filterRestrictions
- TableFilterRestrictionsMetadata
- selectRestrictions
- TableSelectRestrictionsMetadata
- countRestrictions
- TableCountRestrictionsMetadata