ReportManifest interface

The manifest of the report generated by the operation.

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

manifestVersion

The Manifest version.

requestBody

The request payload body provided in Cost Details call

requestScope

The request scope of the request.

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

manifestVersion

The Manifest version.

manifestVersion?: 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