azure-storage-table\src\Table\Models\QueryTablesOptions.php
You may obtain a copy of the License at https://github.com/azure/azure-storage-php/LICENSE
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
PHP version 5
- Author
- Azure Storage PHP SDK
- Category
- Microsoft
- Copyright
- 2016 Microsoft Corporation
- License
- https://github.com/azure/azure-storage-php/LICENSE
- Link
- https://github.com/azure/azure-storage-php
- Package
- MicrosoftAzure\Storage\Table\Models
\MicrosoftAzure\Storage\Table\Models\QueryTablesOptions
- Parent(s)
- \MicrosoftAzure\Storage\Table\Models\TableServiceOptions < \MicrosoftAzure\Storage\Common\Models\ServiceOptions
- Author
- Azure Storage PHP SDK
- Category
- Microsoft
- Copyright
- 2016 Microsoft Corporation
- Inherited_from
- \MicrosoftAzure\Storage\Table\Models\TableServiceOptions
- License
- https://github.com/azure/azure-storage-php/LICENSE
- Link
- https://github.com/azure/azure-storage-php
Methods

__construct( $options = null) : voidInitialize the properties to default value.
Inherited from:| Name | Type | Description |
|---|---|---|
| $options |

generateRequestOptions(array $options) : arrayGenerate request options using the input options and saved properties.
Inherited from:| Name | Type | Description |
|---|---|---|
| $options | array | The options to be merged for the request options. |
| Type | Description |
|---|---|
| array |

getContinuationToken() : \MicrosoftAzure\Storage\Table\Models\TableContinuationTokenGetter for continuationToken
Inherited from:| Type | Description |
|---|---|
| \MicrosoftAzure\Storage\Table\Models\TableContinuationToken |

getDecodeContent() : booleanGets the decodeContent value
Inherited from:| Type | Description |
|---|---|
| boolean |

getFilter() : \MicrosoftAzure\Storage\Table\Models\Filters\FilterGets filter.
| Type | Description |
|---|---|
| \MicrosoftAzure\Storage\Table\Models\Filters\Filter |

getIsStreaming() : booleanGets the isStreaming value
Inherited from:| Type | Description |
|---|---|
| boolean |

getLocation() : string | nullGets for location for previous request.
Inherited from:| Type | Description |
|---|---|
| string | null |

getLocationMode() : stringGets the locationMode value
Inherited from:| Type | Description |
|---|---|
| string |

getMiddlewareStack() : \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStackGets the middleware stack
Inherited from:| Type | Description |
|---|---|
| \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack |

getNextPartitionKey() : string | nullGets entity next partition key.
Inherited from:| Type | Description |
|---|---|
| string | null |

getNextRowKey() : string | nullGets entity next row key.
Inherited from:| Type | Description |
|---|---|
| string | null |

getNextTableName() : string | nullGets nextTableName
Inherited from:| Type | Description |
|---|---|
| string | null |

getNumberOfConcurrency() : integerGets the number of concurrency value
Inherited from:| Type | Description |
|---|---|
| integer |

getQuery() : \MicrosoftAzure\Storage\Table\Models\QueryGets query.
| Type | Description |
|---|---|
| \MicrosoftAzure\Storage\Table\Models\Query |

pushMiddleware(callable | \MicrosoftAzure\Storage\Common\Middlewares\IMiddleware $middleware) : voidPush a middleware into the middlewares.
Inherited from:| Name | Type | Description |
|---|---|---|
| $middleware | callable | \MicrosoftAzure\Storage\Common\Middlewares\IMiddleware | middleware to be pushed. |

setAccept(string $accept) : voidSets accept content type.
Inherited from:AcceptableJSONContentType::NO_METADATA AcceptableJSONContentType::MINIMAL_METADATA AcceptableJSONContentType::FULL_METADATA
| Name | Type | Description |
|---|---|---|
| $accept | string | The accept content type to be set. |

setContinuationToken(\MicrosoftAzure\Storage\Table\Models\TableContinuationToken $continuationToken) : voidSetter for continuationToken
Inherited from:| Name | Type | Description |
|---|---|---|
| $continuationToken | \MicrosoftAzure\Storage\Table\Models\TableContinuationToken | the continuation token to be set. |

setDecodeContent(boolean $decodeContent) : voidSets decodeContent.
Inherited from:| Name | Type | Description |
|---|---|---|
| $decodeContent | boolean | value. |

setFilter(\MicrosoftAzure\Storage\Table\Models\Filters\Filter $filter) : voidSets filter.
| Name | Type | Description |
|---|---|---|
| $filter | \MicrosoftAzure\Storage\Table\Models\Filters\Filter | value. |

setIsStreaming(boolean $isStreaming) : voidSets isStreaming.
Inherited from:| Name | Type | Description |
|---|---|---|
| $isStreaming | boolean | value. |

setLocationMode(string $locationMode) : voidSets locationMode.
Inherited from:| Name | Type | Description |
|---|---|---|
| $locationMode | string | value. |

setMiddlewareStack(\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack $middlewareStack) : voidSets the middleware stack.
Inherited from:| Name | Type | Description |
|---|---|---|
| $middlewareStack | \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack | value. |

setMiddlewares(array $middlewares) : voidSets middlewares.
Inherited from:| Name | Type | Description |
|---|---|---|
| $middlewares | array | value. |

setNextPartitionKey(string $nextPartitionKey) : voidSets entity next partition key.
Inherited from:| Name | Type | Description |
|---|---|---|
| $nextPartitionKey | string | The entity next partition key value. |

setNextRowKey(string $nextRowKey) : voidSets entity next row key.
Inherited from:| Name | Type | Description |
|---|---|---|
| $nextRowKey | string | The entity next row key value. |

setNextTableName(string $nextTableName) : voidSets nextTableName
Inherited from:| Name | Type | Description |
|---|---|---|
| $nextTableName | string | value |

setNumberOfConcurrency(integer $numberOfConcurrency) : voidSets number of concurrency.
Inherited from:| Name | Type | Description |
|---|---|---|
| $numberOfConcurrency | integer | value. |

setSelectFields(array $selectFields = null) : voidSets selectFields.
You can either use this individual function or use setQuery to set the whole query object.
| Name | Type | Description |
|---|---|---|
| $selectFields | array | value. |

setTimeout(string $timeout) : voidSets timeout.
Inherited from:| Name | Type | Description |
|---|---|---|
| $timeout | string | value. |