IQueryClientTypeOperations members
The IQueryClientTypeOperations type exposes the following members.
Methods
Name | Description | |
---|---|---|
CommitQueryClientTypeMapping | Commits a client type mapping to make a new or updated mapping available for use | |
DeleteQueryClientTypeMapping | Deletes a client type mapping | |
GetQueryClientTypeMappingById | Retrieves the client type mapping with the given id and owner | |
GetQueryClientTypeMappingByName | Retrieves the client type mapping with the given name and owner | |
GetQueryClientTypeMappings | Retrieves a list of all client type mappings for the given owner | |
GetQueryClientTypeMappingsByThrottlingTier | Retrives a list of client type mappings with the given tier and owner | |
IsQueryThrottlingEnabled | Checks whether query throttling is enabled |
Top