azure-storage-blob\src\Blob\Models\AppendBlockResult.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\Blob\Models
\MicrosoftAzure\Storage\Blob\Models\AppendBlockResult
- 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
getAppendOffset() : integer
Gets the offset at which the block was committed, in bytes.
Type | Description |
---|---|
integer |
getCommittedBlockCount() : integer
Gets the number of committed blocks present in the blob.
Type | Description |
---|---|
integer |
getEtag() : string
Gets Etag of the blob that the client can use to perform conditional PUT operations by using the If-Match request header.
Type | Description |
---|---|
string |
getRequestServerEncrypted() : boolean
Gets the whether the contents of the request are successfully encrypted.
Type | Description |
---|---|
boolean |
setAppendOffset(integer $appendOffset) : void
Sets the offset at which the block was committed, in bytes.
Name | Type | Description |
---|---|---|
$appendOffset | integer | append offset, in bytes. |
setCommittedBlockCount(integer $committedBlockCount) : void
Sets the number of committed blocks present in the blob.
Name | Type | Description |
---|---|---|
$committedBlockCount | integer | the number of committed blocks present in the blob. |
setContentMD5(string $contentMD5) : void
Sets the content MD5 value.
Name | Type | Description |
---|---|---|
$contentMD5 | string | conent MD5 as a string. |
setEtag(string $etag) : void
Sets the etag value.
Name | Type | Description |
---|---|---|
$etag | string | etag as a string. |
setLastModified(\DateTime $lastModified) : void
Sets the $lastModified value.
Name | Type | Description |
---|---|---|
$lastModified | \DateTime | $lastModified value. |