CostDetailsOperationResults interface

The result of the long running operation for cost details Api.

Properties

blobCount

The total number of blobs.

blobs

List of blob information generated by this operation.

byteCount

The total number of bytes in all blobs.

compressData

Is the data in compressed format.

dataFormat

The data format of the report

error

The details of the error.

id

The id of the long running operation.

manifestVersion

The Manifest version.

name

The name of the long running operation.

requestBody

The request payload body provided in Cost Details call

requestScope

The request scope of the request.

status

The status of the cost details operation

type

The type of the long running operation.

validTill

The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.

Property Details

blobCount

The total number of blobs.

blobCount?: number

Property Value

number

blobs

List of blob information generated by this operation.

blobs?: BlobInfo[]

Property Value

byteCount

The total number of bytes in all blobs.

byteCount?: number

Property Value

number

compressData

Is the data in compressed format.

compressData?: boolean

Property Value

boolean

dataFormat

The data format of the report

dataFormat?: string

Property Value

string

error

The details of the error.

error?: ErrorDetails

Property Value

id

The id of the long running operation.

id?: string

Property Value

string

manifestVersion

The Manifest version.

manifestVersion?: string

Property Value

string

name

The name of the long running operation.

name?: string

Property Value

string

requestBody

The request payload body provided in Cost Details call

requestBody?: GenerateCostDetailsReportRequestDefinition

Property Value

requestScope

The request scope of the request.

requestScope?: string

Property Value

string

status

The status of the cost details operation

status?: string

Property Value

string

type

The type of the long running operation.

type?: string

Property Value

string

validTill

The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.

validTill?: Date

Property Value

Date