From 3df9bf8ff47e5b2c12994348e074ab06fdcb7130 Mon Sep 17 00:00:00 2001 From: Lauren Rother Date: Fri, 28 Apr 2017 11:12:21 -0400 Subject: [PATCH] Backport table fix from PR#2510 --- .../riak/kv/2.0.0/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.0.1/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.0.2/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.0.4/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.0.5/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.0.6/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.0.7/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.0.8/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.0.9/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.1.1/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.1.3/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.1.4/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.2.0/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.2.1/developing/api/protocol-buffers/dt-store.md | 3 +-- .../riak/kv/2.2.2/developing/api/protocol-buffers/dt-store.md | 3 +-- 15 files changed, 15 insertions(+), 30 deletions(-) diff --git a/content/riak/kv/2.0.0/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.0.0/developing/api/protocol-buffers/dt-store.md index f5e777151a..9eb36f107c 100644 --- a/content/riak/kv/2.0.0/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.0.0/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.0.1/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.0.1/developing/api/protocol-buffers/dt-store.md index b6b358ecb6..d0189ea45f 100644 --- a/content/riak/kv/2.0.1/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.0.1/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.0.2/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.0.2/developing/api/protocol-buffers/dt-store.md index 12f68d6faf..d7c97f26d7 100644 --- a/content/riak/kv/2.0.2/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.0.2/developing/api/protocol-buffers/dt-store.md @@ -82,8 +82,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.0.4/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.0.4/developing/api/protocol-buffers/dt-store.md index e39f857641..420b9393ae 100644 --- a/content/riak/kv/2.0.4/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.0.4/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.0.5/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.0.5/developing/api/protocol-buffers/dt-store.md index 1e40a6ce11..329e87a414 100644 --- a/content/riak/kv/2.0.5/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.0.5/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.0.6/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.0.6/developing/api/protocol-buffers/dt-store.md index 297838625f..6872cd5c9f 100644 --- a/content/riak/kv/2.0.6/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.0.6/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.0.7/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.0.7/developing/api/protocol-buffers/dt-store.md index e33aa41da5..ab4fb74486 100644 --- a/content/riak/kv/2.0.7/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.0.7/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.0.8/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.0.8/developing/api/protocol-buffers/dt-store.md index 85f9eb92f2..0c54a2563b 100644 --- a/content/riak/kv/2.0.8/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.0.8/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.0.9/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.0.9/developing/api/protocol-buffers/dt-store.md index 01f4103488..0dab01536c 100644 --- a/content/riak/kv/2.0.9/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.0.9/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.1.1/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.1.1/developing/api/protocol-buffers/dt-store.md index 4d18e45df4..03b0490dc5 100644 --- a/content/riak/kv/2.1.1/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.1.1/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.1.3/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.1.3/developing/api/protocol-buffers/dt-store.md index 53751cd88d..1aa304f4d6 100644 --- a/content/riak/kv/2.1.3/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.1.3/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.1.4/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.1.4/developing/api/protocol-buffers/dt-store.md index f1d4e79fe6..905332ff3d 100644 --- a/content/riak/kv/2.1.4/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.1.4/developing/api/protocol-buffers/dt-store.md @@ -85,8 +85,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.2.0/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.2.0/developing/api/protocol-buffers/dt-store.md index 41535e68d9..c282ead8a4 100644 --- a/content/riak/kv/2.2.0/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.2.0/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.2.1/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.2.1/developing/api/protocol-buffers/dt-store.md index 807de9fa83..e6aed6dfbe 100644 --- a/content/riak/kv/2.2.1/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.2.1/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored diff --git a/content/riak/kv/2.2.2/developing/api/protocol-buffers/dt-store.md b/content/riak/kv/2.2.2/developing/api/protocol-buffers/dt-store.md index 889f94aeaf..20b84048a0 100644 --- a/content/riak/kv/2.2.2/developing/api/protocol-buffers/dt-store.md +++ b/content/riak/kv/2.2.2/developing/api/protocol-buffers/dt-store.md @@ -83,8 +83,7 @@ Parameter | Description `w` | Write quorum, i.e. how many replicas to write to before returning a successful response `dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response `pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted -`return_body` | Whether to return the contents of the stored object. -Defaults to `false`. +`return_body` | Whether to return the contents of the stored object. Defaults to `false`. `timeout` | The timeout duration, in milliseconds, after which Riak will return an error message `sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable `n_val` | The number of nodes on which the value is to be stored