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\MarkerContinuationTokenGetter for continuationToken
Inherited from:| Type | Description |
|---|---|
| \MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken |

getLocation() : stringGets for location for previous request.
Inherited from:| Type | Description |
|---|---|
| string |

getNextMarker() : stringGets the next marker to list/query items.
Inherited from:| Type | Description |
|---|---|
| string |

setBlobPrefixes(array $blobPrefixes) : voidSets blobPrefixes.
| Name | Type | Description |
|---|---|---|
| $blobPrefixes | array | list of blobPrefixes |

setBlobs(array<mixed,\MicrosoftAzure\Storage\Blob\Models\Blob> $blobs) : voidSets blobs.
| Name | Type | Description |
|---|---|---|
| $blobs | array<mixed,\MicrosoftAzure\Storage\Blob\Models\Blob> | list of blobs |

setContainerName(string $containerName) : voidSets container name.
| Name | Type | Description |
|---|---|---|
| $containerName | string | value. |

setContinuationToken(\MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken | null $continuationToken = null) : voidSetter for continuationToken
Inherited from:| Name | Type | Description |
|---|---|---|
| $continuationToken | \MicrosoftAzure\Storage\Common\Models\MarkerContinuationToken | null | the continuation token to be set. |

setDelimiter(string $delimiter) : voidSets prefix.
| Name | Type | Description |
|---|---|---|
| $delimiter | string | value. |

setMaxResults(integer $maxResults) : voidSets max results.
| Name | Type | Description |
|---|---|---|
| $maxResults | integer | value. |