struct AZBlob::Models::BlobListResp

Defined in:

azblob/models/blob.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.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) #

[View source]

Class Method Detail

def self.from_resp(resp : HTTP::Client::Response) #

[View source]

Instance Method Detail

def blobs : Array(Blob) #

[View source]
def client_request_id : String | Nil #

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


[View source]
def container_name : String #

[View source]
def content_type : String | Nil #

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


[View source]
def date : Time | Nil #

contains the information returned from the Date header response.


[View source]
def marker : String | Nil #

[View source]
def max_results : Int32 | Nil #

[View source]
def next_marker : String | Nil #

[View source]
def prefix : String | Nil #

[View source]
def request_id : String | Nil #

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


[View source]
def service_endpoint : String #

[View source]
def version : String | Nil #

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


[View source]