azure-storage-common\src\Common\Models\RangeDiff.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
2017 Microsoft Corporation  
License
https://github.com/azure/azure-storage-php/LICENSE  
Link
https://github.com/azure/azure-storage-php  
Package
MicrosoftAzure\Storage\Common\Models  

\MicrosoftAzure\Storage\Common\Models\RangeDiff

Package: MicrosoftAzure\Storage\Common\Models
Holds info about page blob range diffs
Parent(s)
\MicrosoftAzure\Storage\Common\Models\Range
Author
Azure Storage PHP SDK  
Category
Microsoft  
Copyright
2017 Microsoft Corporation  
Inherited_from
\MicrosoftAzure\Storage\Common\Models\Range  
License
https://github.com/azure/azure-storage-php/LICENSE  
Link
https://github.com/azure/azure-storage-php  

Methods

methodpublic__construct(integer $start, integer $end = null, boolean $isClearedPageRange = false) : void

Constructor

Parameters
NameTypeDescription
$startinteger

the resource start value

$endinteger

the resource end value

$isClearedPageRangeboolean

true if the page range is a cleared range, false otherwise.

methodpublic__construct(integer $start, integer $end = null) : \MicrosoftAzure\Storage\Common\Models\Range
inherited

Constructor

Inherited from:
Parameters
NameTypeDescription
$startinteger

the resource start value

$endinteger

the resource end value

Returns
TypeDescription
\MicrosoftAzure\Storage\Common\Models\Range
methodpublicgetEnd() : integer
inherited

Gets resource end range

Inherited from:
Returns
TypeDescription
integer
methodpublicgetLength() : integer
inherited

Gets resource range length

Inherited from:
Returns
TypeDescription
integer
methodpublicgetRangeString() : string
inherited

Constructs the range string according to the set start and end

Inherited from:
Returns
TypeDescription
string
methodpublicgetStart() : integer
inherited

Gets resource start range

Inherited from:
Returns
TypeDescription
integer
methodpublicisClearedPageRange() : boolean

True if the page range is a cleared range, false otherwise

Returns
TypeDescription
boolean
methodpublicsetEnd(integer $end) : void
inherited

Sets resource end range

Inherited from:
Parameters
NameTypeDescription
$endinteger

the resource range end

methodpublicsetIsClearedPageRange(boolean $isClearedPageRange) : boolean

Sets the isClearedPageRange property

Parameters
NameTypeDescription
$isClearedPageRangeboolean
Returns
TypeDescription
boolean
methodpublicsetLength(integer $value) : void
inherited

Sets resource range length

Inherited from:
Parameters
NameTypeDescription
$valueinteger

new resource range

methodpublicsetStart(integer $start) : void
inherited

Sets resource start range

Inherited from:
Parameters
NameTypeDescription
$startinteger

the resource range start

Documentation was generated by phpDocumentor 2.9.1.