azure-storage-blob\src\Blob\Models\CreateBlockBlobOptions.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
2018 Microsoft Corporation  
License
https://github.com/azure/azure-storage-php/LICENSE  
Link
https://github.com/azure/azure-storage-php  
Package
MicrosoftAzure\Storage\Blob\Models  

\MicrosoftAzure\Storage\Blob\Models\CreateBlockBlobOptions

Package: MicrosoftAzure\Storage\Blob\Models
Optional parameters for CreateBlockBlob.
Parent(s)
\MicrosoftAzure\Storage\Blob\Models\CreateBlobOptions < \MicrosoftAzure\Storage\Blob\Models\BlobServiceOptions < \MicrosoftAzure\Storage\Common\Models\ServiceOptions
Author
Azure Storage PHP SDK  
Category
Microsoft  
Copyright
2018 Microsoft Corporation  
Inherited_from
\MicrosoftAzure\Storage\Blob\Models\CreateBlobOptions  
License
https://github.com/azure/azure-storage-php/LICENSE  
Link
https://github.com/azure/azure-storage-php  

Methods

methodpublic__construct( $options = null) : void
inherited

Initialize the properties to default value.

Inherited from:
Parameters
NameTypeDescription
$options
methodpublicgenerateRequestOptions(array $options) : array
inherited

Generate request options using the input options and saved properties.

Inherited from:
Parameters
NameTypeDescription
$optionsarray

The options to be merged for the request options.

Returns
TypeDescription
array
methodpublicgetAccessConditions() : array<mixed,\MicrosoftAzure\Storage\Blob\Models\AccessCondition>
inherited

Gets access condition

Inherited from:
Returns
TypeDescription
array<mixed,\MicrosoftAzure\Storage\Blob\Models\AccessCondition>
methodpublicgetCacheControl() : string
inherited

Gets cacheControl.

Inherited from:
Returns
TypeDescription
string
methodpublicgetContentDisposition() : string
inherited

Gets content disposition.

Inherited from:
Returns
TypeDescription
string
methodpublicgetContentEncoding() : string
inherited

Gets contentEncoding.

Inherited from:
Returns
TypeDescription
string
methodpublicgetContentLanguage() : string
inherited

Gets contentLanguage.

Inherited from:
Returns
TypeDescription
string
methodpublicgetContentMD5() : string
inherited

Gets contentMD5.

Inherited from:
Returns
TypeDescription
string
methodpublicgetContentType() : string
inherited

Gets blob contentType.

Inherited from:
Returns
TypeDescription
string
methodpublicgetDecodeContent() : boolean
inherited

Gets the decodeContent value

Inherited from:
Returns
TypeDescription
boolean
methodpublicgetIsStreaming() : boolean
inherited

Gets the isStreaming value

Inherited from:
Returns
TypeDescription
boolean
methodpublicgetLeaseId() : string
inherited

Gets lease Id for the blob

Inherited from:
Returns
TypeDescription
string
methodpublicgetLocationMode() : string
inherited

Gets the locationMode value

Inherited from:
Returns
TypeDescription
string
methodpublicgetMetadata() : array
inherited

Gets blob metadata.

Inherited from:
Returns
TypeDescription
array
methodpublicgetMiddlewareStack() : \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack
inherited

Gets the middleware stack

Inherited from:
Returns
TypeDescription
\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack
methodpublicgetMiddlewares() : array
inherited

Gets the middlewares.

Inherited from:
Returns
TypeDescription
array
methodpublicgetNumberOfConcurrency() : integer
inherited

Gets the number of concurrency value

Inherited from:
Returns
TypeDescription
integer
methodpublicgetSequenceNumber() : integer
inherited

Gets blob sequenceNumber.

Inherited from:
Returns
TypeDescription
integer
methodpublicgetTimeout() : string
inherited

Gets the timeout value

Inherited from:
Returns
TypeDescription
string
methodpublicgetUseTransactionalMD5() : boolean
inherited

Gets whether using transactional MD5 validation.

Inherited from:
Returns
TypeDescription
boolean
methodpublicpushMiddleware(callable | \MicrosoftAzure\Storage\Common\Middlewares\IMiddleware $middleware) : void
inherited

Push a middleware into the middlewares.

Inherited from:
Parameters
NameTypeDescription
$middlewarecallable | \MicrosoftAzure\Storage\Common\Middlewares\IMiddleware

middleware to be pushed.

methodpublicsetAccessConditions(mixed $accessConditions) : void
inherited

Sets access condition

Inherited from:
Parameters
NameTypeDescription
$accessConditionsmixed

value to use.

methodpublicsetCacheControl(string $cacheControl) : void
inherited

Sets cacheControl.

Inherited from:
Parameters
NameTypeDescription
$cacheControlstring

value to use.

methodpublicsetContentDisposition(string $contentDisposition) : void
inherited

Sets content disposition.

Inherited from:
Parameters
NameTypeDescription
$contentDispositionstring

value to use.

methodpublicsetContentEncoding(string $contentEncoding) : void
inherited

Sets contentEncoding.

Inherited from:
Parameters
NameTypeDescription
$contentEncodingstring

value.

methodpublicsetContentLanguage(string $contentLanguage) : void
inherited

Sets contentLanguage.

Inherited from:
Parameters
NameTypeDescription
$contentLanguagestring

value.

methodpublicsetContentMD5(string $contentMD5) : void
inherited

Sets contentMD5.

Inherited from:
Parameters
NameTypeDescription
$contentMD5string

value.

methodpublicsetContentType(string $contentType) : void
inherited

Sets blob contentType.

Inherited from:
Parameters
NameTypeDescription
$contentTypestring

value.

methodpublicsetDecodeContent(boolean $decodeContent) : void
inherited

Sets decodeContent.

Inherited from:
Parameters
NameTypeDescription
$decodeContentboolean

value.

methodpublicsetIsStreaming(boolean $isStreaming) : void
inherited

Sets isStreaming.

Inherited from:
Parameters
NameTypeDescription
$isStreamingboolean

value.

methodpublicsetLeaseId(string $leaseId) : void
inherited

Sets lease Id for the blob

Inherited from:
Parameters
NameTypeDescription
$leaseIdstring

the blob lease id.

methodpublicsetLocationMode(string $locationMode) : void
inherited

Sets locationMode.

Inherited from:
Parameters
NameTypeDescription
$locationModestring

value.

methodpublicsetMetadata(array $metadata) : void
inherited

Sets blob metadata.

Inherited from:
Parameters
NameTypeDescription
$metadataarray

value.

methodpublicsetMiddlewareStack(\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack $middlewareStack) : void
inherited

Sets the middleware stack.

Inherited from:
Parameters
NameTypeDescription
$middlewareStack\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack

value.

methodpublicsetMiddlewares(array $middlewares) : void
inherited

Sets middlewares.

Inherited from:
Parameters
NameTypeDescription
$middlewaresarray

value.

methodpublicsetNumberOfConcurrency(integer $numberOfConcurrency) : void
inherited

Sets number of concurrency.

Inherited from:
Parameters
NameTypeDescription
$numberOfConcurrencyinteger

value.

methodpublicsetSequenceNumber(integer $sequenceNumber) : void
inherited

Sets blob sequenceNumber.

Inherited from:
Parameters
NameTypeDescription
$sequenceNumberinteger

value.

methodpublicsetTimeout(string $timeout) : void
inherited

Sets timeout.

Inherited from:
Parameters
NameTypeDescription
$timeoutstring

value.

methodpublicsetUseTransactionalMD5(boolean $useTransactionalMD5) : void
inherited

Sets whether using transactional MD5 validation.

Inherited from:
Parameters
NameTypeDescription
$useTransactionalMD5boolean

whether enable transactional MD5 validation.

Documentation was generated by phpDocumentor 2.9.1.