struct

AZBlob::Models::BlobListResp

Inherits Struct < Value < Object

Constructors

new(container_name : String, service_endpoint : String, max_results : Int32 | Nil = nil, marker : Nil | String = nil, next_marker : Nil | String = nil, client_request_id : Nil | String = nil, content_type : Nil | String = nil, date : Time | Nil = nil, request_id : Nil | String = nil, version : Nil | String = nil, blobs : Array(AZBlob::Models::Blob) = [] of Blob, prefix : Nil | String = nil)
Source

Class methods

from_resp(resp : HTTP::Client::Response)
Source

Instance methods

blobs
Source
client_request_id

contains the information returned from the x-ms-client-request-id header response.

Source
container_name
Source
content_type

contains the information returned from the Content-Type header response.

Source
date

contains the information returned from the Date header response.

Source
marker
Source
max_results
Source
next_marker
Source
prefix
Source
request_id

contains the information returned from the x-ms-request-id header response.

Source
service_endpoint
Source
version

contains the information returned from the x-ms-version header response.

Source