Show / Hide Table of Contents

Class TransferRetry

TransferRetry

Inheritance
System.Object
BitmovinResponse
BitmovinResource
TransferRetry
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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 TransferRetry : BitmovinResource

Properties

ErrorAt

Timestamp when the transfer-retry status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Declaration
public DateTime? ErrorAt { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

FinishedAt

Timestamp when the transfer-retry status changed to 'FINISHED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Declaration
public DateTime? FinishedAt { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

StartedAt

Timestamp when the transfer-retry was started, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Declaration
public DateTime? StartedAt { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

Status

The current status of the transfer-retry.

Declaration
public Status? Status { get; }
Property Value
Type Description
System.Nullable<Status>
Back to top Generated by DocFX