azure-storage-blob\src\Blob\Models\ListBlobsResult.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\Blob\Models
\MicrosoftAzure\Storage\Blob\Models\ListBlobsResult
- 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
getBlobs() : array<mixed,\MicrosoftAzure\Storage\Blob\Models\Blob>
Gets blobs.
Type | Description |
---|---|
array<mixed,\MicrosoftAzure\Storage\Blob\Models\Blob> |
getContinuationToken() : \MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken
Getter for continuationToken
Inherited from:Type | Description |
---|---|
\MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken |
getLocation() : string
Gets for location for previous request.
Inherited from:Type | Description |
---|---|
string |
getNextMarker() : string
Gets the next marker to list/query items.
Inherited from:Type | Description |
---|---|
string |
setBlobPrefixes(array $blobPrefixes) : void
Sets blobPrefixes.
Name | Type | Description |
---|---|---|
$blobPrefixes | array | list of blobPrefixes |
setBlobs(array<mixed,\MicrosoftAzure\Storage\Blob\Models\Blob> $blobs) : void
Sets blobs.
Name | Type | Description |
---|---|---|
$blobs | array<mixed,\MicrosoftAzure\Storage\Blob\Models\Blob> | list of blobs |
setContainerName(string $containerName) : void
Sets container name.
Name | Type | Description |
---|---|---|
$containerName | string | value. |
setContinuationToken(\MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken | null $continuationToken = null) : void
Setter for continuationToken
Inherited from:Name | Type | Description |
---|---|---|
$continuationToken | \MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken | null | the continuation token to be set. |
setDelimiter(string $delimiter) : void
Sets prefix.
Name | Type | Description |
---|---|---|
$delimiter | string | value. |
setMaxResults(integer $maxResults) : void
Sets max results.
Name | Type | Description |
---|---|---|
$maxResults | integer | value. |