azure-storage-queue\src\Queue\Models\QueueServiceOptions.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\Queue\Models
\MicrosoftAzure\Storage\Queue\Models\QueueServiceOptions
- Parent(s)
- \MicrosoftAzure\Storage\Common\Models\ServiceOptions
- Children
- \MicrosoftAzure\Storage\Queue\Models\CreateMessageOptions
- \MicrosoftAzure\Storage\Queue\Models\CreateQueueOptions
- \MicrosoftAzure\Storage\Queue\Models\ListMessagesOptions
- \MicrosoftAzure\Storage\Queue\Models\ListQueuesOptions
- \MicrosoftAzure\Storage\Queue\Models\PeekMessagesOptions
- Author
- Azure Storage PHP SDK
- Category
- Microsoft
- Copyright
- 2016 Microsoft Corporation
- Inherited_from
- \MicrosoftAzure\Storage\Common\Models\ServiceOptions
- 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 |
getDecodeContent() : boolean
Gets the decodeContent value
Inherited from:Type | Description |
---|---|
boolean |
getIsStreaming() : boolean
Gets the isStreaming value
Inherited from:Type | Description |
---|---|
boolean |
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 |
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. |
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. |
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. |