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

Package: MicrosoftAzure\Storage\File\Models
Represents file properties
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

methodpublicgetCacheControl() : string

Gets file cacheControl.

Returns
TypeDescription
string
methodpublicgetContentDisposition() : string

Gets file contentDisposition.

Returns
TypeDescription
string
methodpublicgetContentEncoding() : string

Gets file contentEncoding.

Returns
TypeDescription
string
methodpublicgetContentLanguage() : string

Gets file contentLanguage.

Returns
TypeDescription
string
methodpublicgetContentLength() : integer

Gets file contentLength.

Returns
TypeDescription
integer
methodpublicgetContentMD5() : string

Gets file contentMD5.

Returns
TypeDescription
string
methodpublicgetContentRange() : string

Gets file contentRange.

Returns
TypeDescription
string
methodpublicgetContentType() : string

Gets file contentType.

Returns
TypeDescription
string
methodpublicgetCopyCompletionTime() : string

Gets file copyCompletionTime.

Returns
TypeDescription
string
methodpublicgetCopyID() : string

Gets file lease state.

Returns
TypeDescription
string
methodpublicgetCopyProgress() : string

Gets file lease duration.

Returns
TypeDescription
string
methodpublicgetCopySource() : integer

Gets file copySource.

Returns
TypeDescription
integer
methodpublicgetCopyStatus() : \MicrosoftAzure\Storage\File\Models\CopyStatus

Gets copy state of the file.

Returns
TypeDescription
\MicrosoftAzure\Storage\File\Models\CopyStatus
methodpublicgetCopyStatusDescription() : string

Gets file copyStatusDescription.

Returns
TypeDescription
string
methodpublicgetETag() : string

Gets file etag.

Returns
TypeDescription
string
methodpublicgetLastModified() : \DateTime

Gets file lastModified.

Returns
TypeDescription
\DateTime
methodpublicgetRangeContentMD5() : string

Gets file range contentMD5.

Returns
TypeDescription
string
methodpublicsetCacheControl(string $cacheControl) : void

Sets file cacheControl.

Parameters
NameTypeDescription
$cacheControlstring

value.

methodpublicsetContentDisposition(string $contentDisposition) : void

Sets file contentDisposition.

Parameters
NameTypeDescription
$contentDispositionstring

value.

methodpublicsetContentEncoding(string $contentEncoding) : void

Sets file contentEncoding.

Parameters
NameTypeDescription
$contentEncodingstring

value.

methodpublicsetContentLanguage(string $contentLanguage) : void

Sets file contentLanguage.

Parameters
NameTypeDescription
$contentLanguagestring

value.

methodpublicsetContentLength(integer $contentLength) : void

Sets file contentLength.

Parameters
NameTypeDescription
$contentLengthinteger

value.

methodpublicsetContentMD5(string $contentMD5) : void

Sets file contentMD5.

Parameters
NameTypeDescription
$contentMD5string

value.

methodprotectedsetContentRange(string $contentRange) : void

Sets file contentRange.

Parameters
NameTypeDescription
$contentRangestring

value.

methodpublicsetContentType(string $contentType) : void

Sets file contentType.

Parameters
NameTypeDescription
$contentTypestring

value.

methodprotectedsetCopyCompletionTime(string $copyCompletionTime) : void

Sets file copyCompletionTime.

Parameters
NameTypeDescription
$copyCompletionTimestring

value.

methodprotectedsetCopyID(string $copyID) : void

Sets file lease state.

Parameters
NameTypeDescription
$copyIDstring

value.

methodprotectedsetCopyProgress(string $copyProgress) : void

Sets file copyStatusDescription.

Parameters
NameTypeDescription
$copyProgressstring

value.

methodprotectedsetCopySource(integer $copySource) : void

Sets file copySource.

Parameters
NameTypeDescription
$copySourceinteger

value.

methodprotectedsetCopyStatus(\MicrosoftAzure\Storage\File\Models\CopyStatus $copyStatus) : void

Sets the copy state of the file.

Parameters
NameTypeDescription
$copyStatus\MicrosoftAzure\Storage\File\Models\CopyStatus

the copy state of the file.

methodprotectedsetCopyStatusDescription(string $copyStatusDescription) : void

Sets file copyStatusDescription.

Parameters
NameTypeDescription
$copyStatusDescriptionstring

value.

methodprotectedsetETag(string $etag) : void

Sets file etag.

Parameters
NameTypeDescription
$etagstring

value.

methodprotectedsetLastModified(\DateTime $lastModified) : void

Sets file lastModified.

Parameters
NameTypeDescription
$lastModified\DateTime

value.

methodpublicsetRangeContentMD5(string $rangeContentMD5) : void

Sets file range contentMD5.

Parameters
NameTypeDescription
$rangeContentMD5string

rangeContentMD5 value.

Documentation was generated by phpDocumentor 2.9.1.