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) : void
Initialize the properties to default value.
Inherited from:Name | Type | Description |
---|---|---|
$options |
generateRequestOptions(array $options) : array
Generate 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\TableContinuationToken
Getter for continuationToken
Inherited from:Type | Description |
---|---|
\MicrosoftAzure\Storage\Table\Models\TableContinuationToken |
getDecodeContent() : boolean
Gets the decodeContent value
Inherited from:Type | Description |
---|---|
boolean |
getFilter() : \MicrosoftAzure\Storage\Table\Models\Filters\Filter
Gets filter.
Type | Description |
---|---|
\MicrosoftAzure\Storage\Table\Models\Filters\Filter |
getIsStreaming() : boolean
Gets the isStreaming value
Inherited from:Type | Description |
---|---|
boolean |
getLocation() : string | null
Gets for location for previous request.
Inherited from:Type | Description |
---|---|
string | null |
getLocationMode() : string
Gets the locationMode value
Inherited from:Type | Description |
---|---|
string |
getMiddlewareStack() : \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack
Gets the middleware stack
Inherited from:Type | Description |
---|---|
\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack |
getNextPartitionKey() : string | null
Gets entity next partition key.
Inherited from:Type | Description |
---|---|
string | null |
getNextRowKey() : string | null
Gets entity next row key.
Inherited from:Type | Description |
---|---|
string | null |
getNextTableName() : string | null
Gets nextTableName
Inherited from:Type | Description |
---|---|
string | null |
getNumberOfConcurrency() : integer
Gets the number of concurrency value
Inherited from:Type | Description |
---|---|
integer |
getQuery() : \MicrosoftAzure\Storage\Table\Models\Query
Gets query.
Type | Description |
---|---|
\MicrosoftAzure\Storage\Table\Models\Query |
pushMiddleware(callable | \MicrosoftAzure\Storage\Common\Middlewares\IMiddleware $middleware) : void
Push a middleware into the middlewares.
Inherited from:Name | Type | Description |
---|---|---|
$middleware | callable | \MicrosoftAzure\Storage\Common\Middlewares\IMiddleware | middleware to be pushed. |
setAccept(string $accept) : void
Sets 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) : void
Setter for continuationToken
Inherited from:Name | Type | Description |
---|---|---|
$continuationToken | \MicrosoftAzure\Storage\Table\Models\TableContinuationToken | the continuation token to be set. |
setDecodeContent(boolean $decodeContent) : void
Sets decodeContent.
Inherited from:Name | Type | Description |
---|---|---|
$decodeContent | boolean | value. |
setFilter(\MicrosoftAzure\Storage\Table\Models\Filters\Filter $filter) : void
Sets filter.
Name | Type | Description |
---|---|---|
$filter | \MicrosoftAzure\Storage\Table\Models\Filters\Filter | value. |
setIsStreaming(boolean $isStreaming) : void
Sets isStreaming.
Inherited from:Name | Type | Description |
---|---|---|
$isStreaming | boolean | value. |
setLocationMode(string $locationMode) : void
Sets locationMode.
Inherited from:Name | Type | Description |
---|---|---|
$locationMode | string | value. |
setMiddlewareStack(\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack $middlewareStack) : void
Sets the middleware stack.
Inherited from:Name | Type | Description |
---|---|---|
$middlewareStack | \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack | value. |
setMiddlewares(array $middlewares) : void
Sets middlewares.
Inherited from:Name | Type | Description |
---|---|---|
$middlewares | array | value. |
setNextPartitionKey(string $nextPartitionKey) : void
Sets entity next partition key.
Inherited from:Name | Type | Description |
---|---|---|
$nextPartitionKey | string | The entity next partition key value. |
setNextRowKey(string $nextRowKey) : void
Sets entity next row key.
Inherited from:Name | Type | Description |
---|---|---|
$nextRowKey | string | The entity next row key value. |
setNextTableName(string $nextTableName) : void
Sets nextTableName
Inherited from:Name | Type | Description |
---|---|---|
$nextTableName | string | value |
setNumberOfConcurrency(integer $numberOfConcurrency) : void
Sets number of concurrency.
Inherited from:Name | Type | Description |
---|---|---|
$numberOfConcurrency | integer | value. |
setSelectFields(array $selectFields = null) : void
Sets 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) : void
Sets timeout.
Inherited from:Name | Type | Description |
---|---|---|
$timeout | string | value. |