Class AnalyticsAzureOutput

Export

AnalyticsAzureOutput

Hierarchy (view full)

Constructors

Properties

accountKey?: string

Microsoft Azure Account Access Key with the Contributor Role (required)

Memberof

AnalyticsAzureOutput

accountName?: string

Azure Account Name (required)

Memberof

AnalyticsAzureOutput

acl?: AclEntry[]

Memberof

AnalyticsOutput

container?: string

Microsoft Azure container name (required)

Memberof

AnalyticsAzureOutput

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

type: AnalyticsOutputType = AnalyticsOutputType.AZURE

Discriminator property for AnalyticsOutput

Memberof

AnalyticsAzureOutput

_discriminatorMapping: {
    AZURE: string;
    GCS_SERVICE_ACCOUNT: string;
    S3_ROLE_BASED: string;
} = ...

Type declaration

  • AZURE: string
  • GCS_SERVICE_ACCOUNT: string
  • S3_ROLE_BASED: string
_discriminatorName: "type" = 'type'