Configurations - List By Server
List all the configurations in a given server.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/configurations?api-version=2018-06-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The name of the resource group. The name is case insensitive. |
server
|
path | True |
string |
The name of the server. |
subscription
|
path | True |
string |
The ID of the target subscription. |
api-version
|
query | True |
string |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
ConfigurationList
Sample request
GET https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations?api-version=2018-06-01
Sample response
{
"value": [
{
"properties": {
"value": "OFF",
"description": "Indicates the status of the Event Scheduler.",
"defaultValue": "OFF",
"dataType": "Enumeration",
"allowedValues": "ON,OFF,DISABLED",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/event_scheduler",
"name": "event_scheduler",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "4",
"description": "Number of digits by which to increase the scale of the result of division operations.",
"defaultValue": "4",
"dataType": "Integer",
"allowedValues": "0-30",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/div_precision_increment",
"name": "div_precision_increment",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "1024",
"description": "Maximum allowed result length in bytes for the GROUP_CONCAT().",
"defaultValue": "1024",
"dataType": "Integer",
"allowedValues": "4-16777216",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/group_concat_max_len",
"name": "group_concat_max_len",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "ON",
"description": "Whether innodb adaptive hash indexes are enabled or disabled.",
"defaultValue": "ON",
"dataType": "Enumeration",
"allowedValues": "ON,OFF",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_adaptive_hash_index",
"name": "innodb_adaptive_hash_index",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "50",
"description": "The length of time in seconds an InnoDB transaction waits for a row lock before giving up.",
"defaultValue": "50",
"dataType": "Integer",
"allowedValues": "1-3600",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_lock_wait_timeout",
"name": "innodb_lock_wait_timeout",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "1800",
"description": "Number of seconds the server waits for activity on an interactive connection before closing it.",
"defaultValue": "1800",
"dataType": "Integer",
"allowedValues": "10-1800",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/interactive_timeout",
"name": "interactive_timeout",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "OFF",
"description": "Logs queries that are expected to retrieve all rows to slow query log.",
"defaultValue": "OFF",
"dataType": "Enumeration",
"allowedValues": "ON,OFF",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_queries_not_using_indexes",
"name": "log_queries_not_using_indexes",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "0",
"description": "Limits the number of such queries per minute that can be written to the slow query log.",
"defaultValue": "0",
"dataType": "Integer",
"allowedValues": "0-4294967295",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_throttle_queries_not_using_indexes",
"name": "log_throttle_queries_not_using_indexes",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "OFF",
"description": "Include slow administrative statements in the statements written to the slow query log.",
"defaultValue": "OFF",
"dataType": "Enumeration",
"allowedValues": "ON,OFF",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_slow_admin_statements",
"name": "log_slow_admin_statements",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "OFF",
"description": "When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the replica.",
"defaultValue": "OFF",
"dataType": "Enumeration",
"allowedValues": "ON,OFF",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_slow_replica_statements",
"name": "log_slow_replica_statements",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "OFF",
"description": "This variable applies when binary logging is enabled. It controls whether stored function creators can be trusted not to create stored functions that will cause unsafe events to be written to the binary log.",
"defaultValue": "OFF",
"dataType": "Enumeration",
"allowedValues": "ON,OFF",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/log_bin_trust_function_creators",
"name": "log_bin_trust_function_creators",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "10",
"description": "If a query takes longer than this many seconds, the server increments the Slow_queries status variable.",
"defaultValue": "10",
"dataType": "Numeric",
"allowedValues": "0-1E+100",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/long_query_time",
"name": "long_query_time",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "0",
"description": "Can be used to cause queries which examine fewer than the stated number of rows not to be logged.",
"defaultValue": "0",
"dataType": "Integer",
"allowedValues": "0-18446744073709551615",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/min_examined_row_limit",
"name": "min_examined_row_limit",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "OFF",
"description": "Enable or disable the slow query log",
"defaultValue": "OFF",
"dataType": "Enumeration",
"allowedValues": "ON,OFF",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/slow_query_log",
"name": "slow_query_log",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "",
"description": "The current server SQL mode.",
"defaultValue": "",
"dataType": "Set",
"allowedValues": ",ALLOW_INVALID_DATES,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,HIGH_NOT_PRECEDENCE,IGNORE_SPACE,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_BACKSLASH_ESCAPES,NO_DIR_IN_CREATE,NO_ENGINE_SUBSTITUTION,NO_FIELD_OPTIONS,NO_KEY_OPTIONS,NO_TABLE_OPTIONS,NO_UNSIGNED_SUBTRACTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY,PAD_CHAR_TO_FULL_LENGTH,PIPES_AS_CONCAT,REAL_AS_FLOAT,STRICT_ALL_TABLES,STRICT_TRANS_TABLES",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/sql_mode",
"name": "sql_mode",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "120",
"description": "The number of seconds the server waits for activity on a noninteractive connection before closing it.",
"defaultValue": "120",
"dataType": "Integer",
"allowedValues": "60-86400",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/wait_timeout",
"name": "wait_timeout",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "120",
"description": "The number of seconds the server waits for network reading action, especially for LOAD DATA LOCAL FILE.",
"defaultValue": "120",
"dataType": "Integer",
"allowedValues": "10-3600",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/net_read_timeout",
"name": "net_read_timeout",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "240",
"description": "The number of seconds the server waits for network writing action, especially for LOAD DATA LOCAL FILE.",
"defaultValue": "240",
"dataType": "Integer",
"allowedValues": "10-3600",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/net_write_timeout",
"name": "net_write_timeout",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "1381286943",
"description": "The server ID, used in replication to give each master and replica a unique identity.",
"defaultValue": "1000",
"dataType": "Integer",
"allowedValues": "1000-4294967295",
"source": "user-override"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/server_id",
"name": "server_id",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "536870912",
"description": "The maximum size of one packet or any generated/intermediate string, or any parameter sent by the mariadb_stmt_send_long_data() C API function.",
"defaultValue": "536870912",
"dataType": "Integer",
"allowedValues": "1024-1073741824",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/max_allowed_packet",
"name": "max_allowed_packet",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "60",
"description": "The number of seconds to wait for more data from the master before the replica considers the connection broken, aborts the read, and tries to reconnect.",
"defaultValue": "60",
"dataType": "Integer",
"allowedValues": "30-3600",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/replica_net_timeout",
"name": "replica_net_timeout",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "SYSTEM",
"description": "The server time zone",
"defaultValue": "SYSTEM",
"dataType": "String",
"allowedValues": "[+|-][0]{0,1}[0-9]:[0-5][0-9]|[+|-][1][0-2]:[0-5][0-9]|SYSTEM",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/time_zone",
"name": "time_zone",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "1000",
"description": "Controls how many microseconds the binary log commit waits before synchronizing the binary log file to disk.",
"defaultValue": "1000",
"dataType": "Integer",
"allowedValues": "0,11-1000000",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/binlog_group_commit_sync_delay",
"name": "binlog_group_commit_sync_delay",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "0",
"description": "The maximum number of transactions to wait for before aborting the current delay as specified by binlog-group-commit-sync-delay.",
"defaultValue": "0",
"dataType": "Integer",
"allowedValues": "0-1000000",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/binlog_group_commit_sync_no_delay_count",
"name": "binlog_group_commit_sync_no_delay_count",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "latin1",
"description": "Use charset_name as the default server character set.",
"defaultValue": "latin1",
"dataType": "Enumeration",
"allowedValues": "BIG5,DEC8,CP850,HP8,KOI8R,LATIN1,LATIN2,SWE7,ASCII,UJIS,SJIS,HEBREW,TIS620,EUCKR,KOI8U,GB2312,GREEK,CP1250,GBK,LATIN5,ARMSCII8,UTF8,UCS2,CP866,KEYBCS2,MACCE,MACROMAN,CP852,LATIN7,UTF8MB4,CP1251,UTF16,CP1256,CP1257,UTF32,BINARY,GEOSTD8,CP932,EUCJPMS",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/character_set_server",
"name": "character_set_server",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "262144",
"description": "The minimum size of the buffer that is used for plain index scans, range index scans, and joins that do not use indexes and thus perform full table scans.",
"defaultValue": "262144",
"dataType": "Integer",
"allowedValues": "128-2097152",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/join_buffer_size",
"name": "join_buffer_size",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "2000",
"description": "The number of open tables for all threads.",
"defaultValue": "2000",
"dataType": "Integer",
"allowedValues": "1-4000",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/table_open_cache",
"name": "table_open_cache",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "1",
"description": "If set to 1, table names are stored in lowercase on disk and comparisons are not case sensitive. If set to 2, table names are stored as given but compared in lowercase.",
"defaultValue": "1",
"dataType": "Enumeration",
"allowedValues": "1,2",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/lower_case_table_names",
"name": "lower_case_table_names",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "OFF",
"description": "This option places an upper limit on the total size in bytes of all relay logs on the replica.",
"defaultValue": "OFF",
"dataType": "Enumeration",
"allowedValues": "ON,OFF",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/replica_compressed_protocol",
"name": "replica_compressed_protocol",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "200",
"description": "Sets an upper limit on I/O activity performed by InnoDB background tasks, such as flushing pages from the buffer pool and merging data from the change buffer.",
"defaultValue": "200",
"dataType": "Integer",
"allowedValues": "100-1500",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_io_capacity",
"name": "innodb_io_capacity",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "4",
"description": "The number of I/O threads for read operations in InnoDB.",
"defaultValue": "4",
"dataType": "Integer",
"allowedValues": "1-64",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_read_io_threads",
"name": "innodb_read_io_threads",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "0",
"description": "InnoDB tries to keep the number of operating system threads concurrently inside InnoDB less than or equal to the limit given by this variable.",
"defaultValue": "0",
"dataType": "Integer",
"allowedValues": "0-1000",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_thread_concurrency",
"name": "innodb_thread_concurrency",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "4",
"description": "The number of I/O threads for write operations in InnoDB.",
"defaultValue": "4",
"dataType": "Integer",
"allowedValues": "1-64",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_write_io_threads",
"name": "innodb_write_io_threads",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "4",
"description": "The number of page cleaner threads that flush dirty pages from buffer pool instances.",
"defaultValue": "4",
"dataType": "Integer",
"allowedValues": "1-64",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_page_cleaners",
"name": "innodb_page_cleaners",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "134217728",
"description": "Specifies an upper limit on the size of the temporary log files used during online DDL operations for InnoDB tables.",
"defaultValue": "134217728",
"dataType": "Integer",
"allowedValues": "65536-2147483648",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_online_alter_log_max_size",
"name": "innodb_online_alter_log_max_size",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "",
"description": "A string to be executed by the server for each client that connects.",
"defaultValue": "",
"dataType": "String",
"allowedValues": "",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/init_connect",
"name": "init_connect",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "REPEATABLE-READ",
"description": "The default transaction isolation level.",
"defaultValue": "REPEATABLE-READ",
"dataType": "Enumeration",
"allowedValues": "READ-UNCOMMITTED,READ-COMMITTED,REPEATABLE-READ,SERIALIZABLE",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/tx_isolation",
"name": "tx_isolation",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "200",
"description": "This variable indicates the number of equality ranges in an equality comparison condition when the optimizer should switch from using index dives to index statistics in estimating the number of qualifying rows.",
"defaultValue": "200",
"dataType": "Integer",
"allowedValues": "0-4294967295",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/eq_range_index_dive_limit",
"name": "eq_range_index_dive_limit",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "37",
"description": "Specifies the approximate percentage of the InnoDB buffer pool used for the old block sublist.",
"defaultValue": "37",
"dataType": "Integer",
"allowedValues": "5-95",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_old_blocks_pct",
"name": "innodb_old_blocks_pct",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "1000",
"description": "Non-zero values protect against the buffer pool being filled by data that is referenced only for a brief period, such as during a full table scan.",
"defaultValue": "1000",
"dataType": "Integer",
"allowedValues": "0-4294967295",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_old_blocks_time",
"name": "innodb_old_blocks_time",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "56",
"description": "Controls the sensitivity of linear read-ahead that InnoDB uses to prefetch pages into the buffer pool.",
"defaultValue": "56",
"dataType": "Integer",
"allowedValues": "0-64",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_read_ahead_threshold",
"name": "innodb_read_ahead_threshold",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "1024",
"description": "The cutoff on the size of index values that determines which filesort algorithm to use.",
"defaultValue": "1024",
"dataType": "Integer",
"allowedValues": "4-8388608",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/max_length_for_sort_data",
"name": "max_length_for_sort_data",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "100",
"description": "If more than this many successive connection requests from a host are interrupted without a successful connection, the server blocks that host from further connections.",
"defaultValue": "100",
"dataType": "Integer",
"allowedValues": "1-18446744073709551615",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/max_connect_errors",
"name": "max_connect_errors",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "10000",
"description": "Defines how long InnoDB threads sleep before joining the InnoDB queue, in microseconds.",
"defaultValue": "10000",
"dataType": "Integer",
"allowedValues": "0-1000000",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_thread_sleep_delay",
"name": "innodb_thread_sleep_delay",
"type": "Microsoft.DBforMariaDB/servers/configurations"
},
{
"properties": {
"value": "Barracuda",
"description": "Indicates the InnoDB file format for file-per-table tablespaces.",
"defaultValue": "Barracuda",
"dataType": "Enumeration",
"allowedValues": "Antelope,Barracuda",
"source": "system-default"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMariaDB/servers/mariadbtestsvc1/configurations/innodb_file_format",
"name": "innodb_file_format",
"type": "Microsoft.DBforMariaDB/servers/configurations"
}
]
}
Definitions
Name | Description |
---|---|
Cloud |
An error response from the Batch service. |
Configuration |
Represents a Configuration. |
Configuration |
A list of server configurations. |
Error |
The resource management error additional info. |
Error |
Error Response |
CloudError
An error response from the Batch service.
Name | Type | Description |
---|---|---|
error |
Error Response |
Configuration
Represents a Configuration.
Name | Type | Description |
---|---|---|
id |
string |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
The name of the resource |
properties.allowedValues |
string |
Allowed values of the configuration. |
properties.dataType |
string |
Data type of the configuration. |
properties.defaultValue |
string |
Default value of the configuration. |
properties.description |
string |
Description of the configuration. |
properties.source |
string |
Source of the configuration. |
properties.value |
string |
Value of the configuration. |
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
ConfigurationListResult
A list of server configurations.
Name | Type | Description |
---|---|---|
value |
The list of server configurations. |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorResponse
Error Response
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |