azure-storage-file\src\File\Models\CreateFileFromContentOptions.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
- 2018 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\CreateFileFromContentOptions
- Parent(s)
- \MicrosoftAzure\Storage\File\Models\CreateFileOptions < \MicrosoftAzure\Storage\File\Models\FileServiceOptions < \MicrosoftAzure\Storage\Common\Models\ServiceOptions
- Author
- Azure Storage PHP SDK
- Category
- Microsoft
- Copyright
- 2018 Microsoft Corporation
- Inherited_from
- \MicrosoftAzure\Storage\File\Models\CreateFileOptions
- License
- https://github.com/azure/azure-storage-php/LICENSE
- Link
- https://github.com/azure/azure-storage-php
Methods
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
__construct( $options = null) : void
Initialize the properties to default value.
Inherited from:Name | Type | Description |
---|---|---|
$options |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
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 |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getContentDisposition() : string
Gets content disposition.
Inherited from:Type | Description |
---|---|
string |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getContentEncoding() : string
Gets contentEncoding.
Inherited from:Type | Description |
---|---|
string |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getContentLanguage() : string
Gets contentLanguage.
Inherited from:Type | Description |
---|---|
string |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getContentLength() : integer
Gets File contentLength.
Inherited from:Type | Description |
---|---|
integer |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getContentType() : string
Gets File contentType.
Inherited from:Type | Description |
---|---|
string |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getDecodeContent() : boolean
Gets the decodeContent value
Inherited from:Type | Description |
---|---|
boolean |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getIsStreaming() : boolean
Gets the isStreaming value
Inherited from:Type | Description |
---|---|
boolean |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getLocationMode() : string
Gets the locationMode value
Inherited from:Type | Description |
---|---|
string |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getMiddlewareStack() : \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack
Gets the middleware stack
Inherited from:Type | Description |
---|---|
\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getNumberOfConcurrency() : integer
Gets the number of concurrency value
Inherited from:Type | Description |
---|---|
integer |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
getUseTransactionalMD5() : boolean
Gets whether using transactional MD5 validation.
Inherited from:Type | Description |
---|---|
boolean |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
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. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setCacheControl(string $cacheControl) : void
Sets cacheControl.
Inherited from:Name | Type | Description |
---|---|---|
$cacheControl | string | value to use. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setContentDisposition(string $contentDisposition) : void
Sets content disposition.
Inherited from:Name | Type | Description |
---|---|---|
$contentDisposition | string | value to use. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setContentEncoding(string $contentEncoding) : void
Sets contentEncoding.
Inherited from:Name | Type | Description |
---|---|---|
$contentEncoding | string | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setContentLanguage(string $contentLanguage) : void
Sets contentLanguage.
Inherited from:Name | Type | Description |
---|---|---|
$contentLanguage | string | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setContentLength(integer $contentLength) : void
Sets File contentLength.
Inherited from:Name | Type | Description |
---|---|---|
$contentLength | integer | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setContentMD5(string $contentMD5) : void
Sets contentMD5.
Inherited from:Name | Type | Description |
---|---|---|
$contentMD5 | string | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setContentType(string $contentType) : void
Sets File contentType.
Inherited from:Name | Type | Description |
---|---|---|
$contentType | string | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setDecodeContent(boolean $decodeContent) : void
Sets decodeContent.
Inherited from:Name | Type | Description |
---|---|---|
$decodeContent | boolean | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setIsStreaming(boolean $isStreaming) : void
Sets isStreaming.
Inherited from:Name | Type | Description |
---|---|---|
$isStreaming | boolean | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setLocationMode(string $locationMode) : void
Sets locationMode.
Inherited from:Name | Type | Description |
---|---|---|
$locationMode | string | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setMetadata(array $metadata) : void
Sets File metadata.
Inherited from:Name | Type | Description |
---|---|---|
$metadata | array | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setMiddlewareStack(\MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack $middlewareStack) : void
Sets the middleware stack.
Inherited from:Name | Type | Description |
---|---|---|
$middlewareStack | \MicrosoftAzure\Storage\Common\Middlewares\MiddlewareStack | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setMiddlewares(array $middlewares) : void
Sets middlewares.
Inherited from:Name | Type | Description |
---|---|---|
$middlewares | array | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setNumberOfConcurrency(integer $numberOfConcurrency) : void
Sets number of concurrency.
Inherited from:Name | Type | Description |
---|---|---|
$numberOfConcurrency | integer | value. |
![](../images/icons/arrow_right.png)
![method method](../images/icons/method.png)
setTimeout(string $timeout) : void
Sets timeout.
Inherited from:Name | Type | Description |
---|---|---|
$timeout | string | value. |