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\CopyStatus
Gets copy state of the file.
Type | Description |
---|---|
\MicrosoftAzure\Storage\File\Models\CopyStatus |
setCacheControl(string $cacheControl) : void
Sets file cacheControl.
Name | Type | Description |
---|---|---|
$cacheControl | string | value. |
setContentDisposition(string $contentDisposition) : void
Sets file contentDisposition.
Name | Type | Description |
---|---|---|
$contentDisposition | string | value. |
setContentEncoding(string $contentEncoding) : void
Sets file contentEncoding.
Name | Type | Description |
---|---|---|
$contentEncoding | string | value. |
setContentLanguage(string $contentLanguage) : void
Sets file contentLanguage.
Name | Type | Description |
---|---|---|
$contentLanguage | string | value. |
setContentLength(integer $contentLength) : void
Sets file contentLength.
Name | Type | Description |
---|---|---|
$contentLength | integer | value. |
setContentMD5(string $contentMD5) : void
Sets file contentMD5.
Name | Type | Description |
---|---|---|
$contentMD5 | string | value. |
setContentRange(string $contentRange) : void
Sets file contentRange.
Name | Type | Description |
---|---|---|
$contentRange | string | value. |
setContentType(string $contentType) : void
Sets file contentType.
Name | Type | Description |
---|---|---|
$contentType | string | value. |
setCopyCompletionTime(string $copyCompletionTime) : void
Sets file copyCompletionTime.
Name | Type | Description |
---|---|---|
$copyCompletionTime | string | value. |
setCopyID(string $copyID) : void
Sets file lease state.
Name | Type | Description |
---|---|---|
$copyID | string | value. |
setCopyProgress(string $copyProgress) : void
Sets file copyStatusDescription.
Name | Type | Description |
---|---|---|
$copyProgress | string | value. |
setCopySource(integer $copySource) : void
Sets file copySource.
Name | Type | Description |
---|---|---|
$copySource | integer | value. |
setCopyStatus(\MicrosoftAzure\Storage\File\Models\CopyStatus $copyStatus) : void
Sets the copy state of the file.
Name | Type | Description |
---|---|---|
$copyStatus | \MicrosoftAzure\Storage\File\Models\CopyStatus | the copy state of the file. |
setCopyStatusDescription(string $copyStatusDescription) : void
Sets file copyStatusDescription.
Name | Type | Description |
---|---|---|
$copyStatusDescription | string | value. |
setLastModified(\DateTime $lastModified) : void
Sets file lastModified.
Name | Type | Description |
---|---|---|
$lastModified | \DateTime | value. |