azure-storage-file\src\File\Models\FileProperties.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\File\Models
\MicrosoftAzure\Storage\File\Models\FileProperties
- 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
Methods

getCopyStatus() : \MicrosoftAzure\Storage\File\Models\CopyStatusGets copy state of the file.
| Type | Description |
|---|---|
| \MicrosoftAzure\Storage\File\Models\CopyStatus |

setCacheControl(string $cacheControl) : voidSets file cacheControl.
| Name | Type | Description |
|---|---|---|
| $cacheControl | string | value. |

setContentDisposition(string $contentDisposition) : voidSets file contentDisposition.
| Name | Type | Description |
|---|---|---|
| $contentDisposition | string | value. |

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

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

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

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

setContentRange(string $contentRange) : voidSets file contentRange.
| Name | Type | Description |
|---|---|---|
| $contentRange | string | value. |

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

setCopyCompletionTime(string $copyCompletionTime) : voidSets file copyCompletionTime.
| Name | Type | Description |
|---|---|---|
| $copyCompletionTime | string | value. |

setCopyID(string $copyID) : voidSets file lease state.
| Name | Type | Description |
|---|---|---|
| $copyID | string | value. |

setCopyProgress(string $copyProgress) : voidSets file copyStatusDescription.
| Name | Type | Description |
|---|---|---|
| $copyProgress | string | value. |

setCopySource(integer $copySource) : voidSets file copySource.
| Name | Type | Description |
|---|---|---|
| $copySource | integer | value. |

setCopyStatus(\MicrosoftAzure\Storage\File\Models\CopyStatus $copyStatus) : voidSets the copy state of the file.
| Name | Type | Description |
|---|---|---|
| $copyStatus | \MicrosoftAzure\Storage\File\Models\CopyStatus | the copy state of the file. |

setCopyStatusDescription(string $copyStatusDescription) : voidSets file copyStatusDescription.
| Name | Type | Description |
|---|---|---|
| $copyStatusDescription | string | value. |

setLastModified(\DateTime $lastModified) : voidSets file lastModified.
| Name | Type | Description |
|---|---|---|
| $lastModified | \DateTime | value. |