GitHub
  • Preparing search index...
  • The search index is not available
@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • @dolbyio/dolbyio-rest-apis-client
  • streaming
  • recordFiles
  • usageBillable

Function usageBillable

  • usageBillable(apiSecret, startDate, stopDate): Promise<number>
  • Gets total number of gigabyte hours of storage used within date range.

    Parameters

    • apiSecret: string

      The API Secret used to authenticate this request.

    • startDate: string

      Start date from which to pull the recorded files usage.

    • stopDate: string

      End date from which to pull the recorded files usage.

    Returns Promise<number>

    A Promise whose fulfillment handler receives the number of gigabyte hours used by the recorded files. Measured as binary gigabytes (1024^3) per hour.

    Link

    https://docs.dolby.io/streaming-apis/reference/recordfiles_recordfileusagebillable

    • Defined in streaming/recordFiles.ts:113

Settings

Member Visibility

Theme

@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • Loading...

Generated using TypeDoc