azure-storage-table\src\Table\Models\QueryTablesResult.php

Show: PublicProtectedPrivateinherited
Table of Contents
LICENSE: The MIT License (the "License") you may not use this file except in compliance with the License.

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\QueryTablesResult

Package: MicrosoftAzure\Storage\Table\Models
QueryTablesResult
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  

Methods

methodpublicgetContinuationToken() : \MicrosoftAzure\Storage\Table\Models\TableContinuationToken
inherited

Getter for continuationToken

Inherited from:
Returns
TypeDescription
\MicrosoftAzure\Storage\Table\Models\TableContinuationToken
methodpublicgetLocation() : string | null
inherited

Gets for location for previous request.

Inherited from:
Returns
TypeDescription
string | null
methodpublicgetLocationMode() : void
inherited

Inherited from:
methodpublicgetNextPartitionKey() : string | null
inherited

Gets entity next partition key.

Inherited from:
Returns
TypeDescription
string | null
methodpublicgetNextRowKey() : string | null
inherited

Gets entity next row key.

Inherited from:
Returns
TypeDescription
string | null
methodpublicgetNextTableName() : string | null
inherited

Gets nextTableName

Inherited from:
Returns
TypeDescription
string | null
methodpublicgetTables() : array

Gets tables

Returns
TypeDescription
array
methodpublicsetContinuationToken(\MicrosoftAzure\Storage\Table\Models\TableContinuationToken $continuationToken) : void
inherited

Setter for continuationToken

Inherited from:
Parameters
NameTypeDescription
$continuationToken\MicrosoftAzure\Storage\Table\Models\TableContinuationToken

the continuation token to be set.

methodpublicsetNextPartitionKey(string $nextPartitionKey) : void
inherited

Sets entity next partition key.

Inherited from:
Parameters
NameTypeDescription
$nextPartitionKeystring

The entity next partition key value.

methodpublicsetNextRowKey(string $nextRowKey) : void
inherited

Sets entity next row key.

Inherited from:
Parameters
NameTypeDescription
$nextRowKeystring

The entity next row key value.

methodpublicsetNextTableName(string $nextTableName) : void
inherited

Sets nextTableName

Inherited from:
Parameters
NameTypeDescription
$nextTableNamestring

value

methodprotectedsetTables(array $tables) : void

Sets tables

Parameters
NameTypeDescription
$tablesarray

value

Documentation was generated by phpDocumentor 2.9.1.