Discuss this help topic in SecureBlackbox Forum
Lists the blobs in the data container.
Declaration
Parameters
- ContainerName - name of the data container.
- Container - the data container which contents to list.
- Objects - this parameter contains the return value, the list of objects in the container.
- Headers -
- Delimiter - specifies the delimiter parameter of the request. If the delimiter parameter is present in the request, the response will contain a BlobPrefix element, which will include all blobs whose names begin with prefix up to the appearance of the delimiter character (string).
- IncludeMetadata - specifies if the blob metadata should be included in the response.
- IncludeSnapshots - specifies if the snapshots should be included to the enumeration.
- IncludeUncommittedBlobs - specifies if blobs for which blocks have been uploaded, but which have not been committed using Put Block List (REST API), should be included to the response.
- MaxCount - specifies maximum number of blobs in the response.
- Prefix - specifies blob name prefix.
- Prefixes - contains the BlobPrefix element of the response (if the delimiter was specified in the request).
- SharedAccessSignature - contains the Shared Access Signature (SAS).
- Objs - ...
Return value
List of data objects (blobs) in the container.
Description
Use this method to get a list of objects in the data container.
Discuss this help topic in SecureBlackbox Forum