azure-storage-file\src\File\Models\CreateFileOptions.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\CreateFileOptions
- Parent(s)
- \MicrosoftAzure\Storage\File\Models\FileServiceOptions < \MicrosoftAzure\Storage\Common\Models\ServiceOptions
- Children
- \MicrosoftAzure\Storage\File\Models\CreateFileFromContentOptions
- 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
__construct( $options = null) : voidInitialize the properties to default value.
Inherited from:| Name | Type | Description | 
|---|---|---|
| $options | 


 generateRequestOptions(array $options) : array
generateRequestOptions(array $options) : arrayGenerate 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
getDecodeContent() : booleanGets the decodeContent value
Inherited from:| Type | Description | 
|---|---|
| boolean | 


 getIsStreaming() : boolean
getIsStreaming() : booleanGets the isStreaming value
Inherited from:| Type | Description | 
|---|---|
| boolean | 


 getLocationMode() : string
getLocationMode() : stringGets the locationMode value
Inherited from:| Type | Description | 
|---|---|
| string | 


 getMiddlewareStack() : \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack
getMiddlewareStack() : \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStackGets the middleware stack
Inherited from:| Type | Description | 
|---|---|
| \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack | 


 getNumberOfConcurrency() : integer
getNumberOfConcurrency() : integerGets the number of concurrency value
Inherited from:| Type | Description | 
|---|---|
| integer | 


 pushMiddleware(callable | \MicrosoftAzure\Storage\Common\Middlewares\IMiddleware $middleware) : void
pushMiddleware(callable | \MicrosoftAzure\Storage\Common\Middlewares\IMiddleware $middleware) : voidPush a middleware into the middlewares.
Inherited from:| Name | Type | Description | 
|---|---|---|
| $middleware | callable | \MicrosoftAzure\Storage\Common\Middlewares\IMiddleware | middleware to be pushed. | 


 setCacheControl(string $cacheControl) : void
setCacheControl(string $cacheControl) : voidSets cacheControl.
| Name | Type | Description | 
|---|---|---|
| $cacheControl | string | value to use. | 


 setContentDisposition(string $contentDisposition) : void
setContentDisposition(string $contentDisposition) : voidSets content disposition.
| Name | Type | Description | 
|---|---|---|
| $contentDisposition | string | value to use. | 


 setContentEncoding(string $contentEncoding) : void
setContentEncoding(string $contentEncoding) : voidSets contentEncoding.
| Name | Type | Description | 
|---|---|---|
| $contentEncoding | string | value. | 


 setContentLanguage(string $contentLanguage) : void
setContentLanguage(string $contentLanguage) : voidSets contentLanguage.
| Name | Type | Description | 
|---|---|---|
| $contentLanguage | string | value. | 


 setContentLength(integer $contentLength) : void
setContentLength(integer $contentLength) : voidSets File contentLength.
| Name | Type | Description | 
|---|---|---|
| $contentLength | integer | value. | 


 setContentMD5(string $contentMD5) : void
setContentMD5(string $contentMD5) : voidSets contentMD5.
| Name | Type | Description | 
|---|---|---|
| $contentMD5 | string | value. | 


 setContentType(string $contentType) : void
setContentType(string $contentType) : voidSets File contentType.
| Name | Type | Description | 
|---|---|---|
| $contentType | string | value. | 


 setDecodeContent(boolean $decodeContent) : void
setDecodeContent(boolean $decodeContent) : voidSets decodeContent.
Inherited from:| Name | Type | Description | 
|---|---|---|
| $decodeContent | boolean | value. | 


 setIsStreaming(boolean $isStreaming) : void
setIsStreaming(boolean $isStreaming) : voidSets isStreaming.
Inherited from:| Name | Type | Description | 
|---|---|---|
| $isStreaming | boolean | value. | 


 setLocationMode(string $locationMode) : void
setLocationMode(string $locationMode) : voidSets locationMode.
Inherited from:| Name | Type | Description | 
|---|---|---|
| $locationMode | string | value. | 


 setMetadata(array $metadata) : void
setMetadata(array $metadata) : voidSets File metadata.
| Name | Type | Description | 
|---|---|---|
| $metadata | array | value. | 


 setMiddlewareStack(\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack $middlewareStack) : void
setMiddlewareStack(\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack $middlewareStack) : voidSets the middleware stack.
Inherited from:| Name | Type | Description | 
|---|---|---|
| $middlewareStack | \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack | value. | 


 setMiddlewares(array $middlewares) : void
setMiddlewares(array $middlewares) : voidSets middlewares.
Inherited from:| Name | Type | Description | 
|---|---|---|
| $middlewares | array | value. | 


 setNumberOfConcurrency(integer $numberOfConcurrency) : void
setNumberOfConcurrency(integer $numberOfConcurrency) : voidSets number of concurrency.
Inherited from:| Name | Type | Description | 
|---|---|---|
| $numberOfConcurrency | integer | value. | 


 Classes
                          Classes
                      