azure-storage-file\src\File\Models\ListDirectoriesAndFilesOptions.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
- 2017 Microsoft Corporation
- License
- https://github.com/azure/azure-storage-php/LICENSE
- Link
- https://github.com/azure/azure-storage-php
- Package
- MicrosoftAzure\Storage\File\Models
\MicrosoftAzure\Storage\File\Models\ListDirectoriesAndFilesOptions
- Parent(s)
- \MicrosoftAzure\Storage\File\Models\FileServiceOptions < \MicrosoftAzure\Storage\Common\Models\ServiceOptions
- Author
- Azure Storage PHP SDK
- Category
- Microsoft
- Copyright
- 2017 Microsoft Corporation
- Inherited_from
- \MicrosoftAzure\Storage\File\Models\FileServiceOptions
- 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\Common\Models\MarkerContinuationToken
Getter for continuationToken
Inherited from:Type | Description |
---|---|
\MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken |
getDecodeContent() : boolean
Gets the decodeContent value
Inherited from:Type | Description |
---|---|
boolean |
getIsStreaming() : boolean
Gets the isStreaming value
Inherited from:Type | Description |
---|---|
boolean |
getLocation() : string
Gets for location for previous request.
Inherited from:Type | Description |
---|---|
string |
getLocationMode() : string
Gets the locationMode value
Inherited from:Type | Description |
---|---|
string |
getMaxResults() : string
Gets max results which specifies the maximum number of directories and files to return.
If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items. If the parameter is set to a value less than or equal to zero, the server will return status code 400 (Bad Request).
Type | Description |
---|---|
string |
getMiddlewareStack() : \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack
Gets the middleware stack
Inherited from:Type | Description |
---|---|
\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack |
getNextMarker() : string
Gets the next marker to list/query items.
Inherited from:Type | Description |
---|---|
string |
getNumberOfConcurrency() : integer
Gets the number of concurrency value
Inherited from:Type | Description |
---|---|
integer |
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. |
setContinuationToken(\MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken | null $continuationToken = null) : void
Setter for continuationToken
Inherited from:Name | Type | Description |
---|---|---|
$continuationToken | \MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken | null | the continuation token to be set. |
setDecodeContent(boolean $decodeContent) : void
Sets decodeContent.
Inherited from:Name | Type | Description |
---|---|---|
$decodeContent | boolean | 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. |
setMaxResults(string $maxResults) : void
Sets max results which specifies the maximum number of directories and files to return.
If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items. If the parameter is set to a value less than or equal to zero, the server will return status code 400 (Bad Request).
Name | Type | Description |
---|---|---|
$maxResults | 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. |
setNumberOfConcurrency(integer $numberOfConcurrency) : void
Sets number of concurrency.
Inherited from:Name | Type | Description |
---|---|---|
$numberOfConcurrency | integer | value. |