Class AnalyticsExportTask
AnalyticsExportTask
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AnalyticsExportTask : BitmovinResponse
Properties
Columns
Columns
Declaration
public List<string> Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Description
Export task description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndTime
End of timeframe which is exported in UTC format (required)
Declaration
public DateTime? EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FileFormat
File format of export file
Declaration
public AnalyticsExportFileFormat? FileFormat { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<AnalyticsExportFileFormat> |
FinishedAt
UTC timestamp when the export task finished
Declaration
public DateTime? FinishedAt { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LicenseKey
License key (required)
Declaration
public string LicenseKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the export task (required)
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Output
Output
Declaration
public AnalyticsExportTaskOutputTarget Output { get; set; }
Property Value
Type | Description |
---|---|
AnalyticsExportTaskOutputTarget |
Progress
Progress of the export task
Declaration
public int? Progress { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StartedAt
UTC timestamp when the export task started
Declaration
public DateTime? StartedAt { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StartTime
Start of timeframe which is exported in UTC format (required)
Declaration
public DateTime? StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Status
Status
Declaration
public AnalyticsExportStatus? Status { get; }
Property Value
Type | Description |
---|---|
System.Nullable<AnalyticsExportStatus> |
Type
Type
Declaration
public AnalyticsExportType? Type { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<AnalyticsExportType> |