Show / Hide Table of Contents

Class BitmovinResource

BitmovinResource

Inheritance
System.Object
BitmovinResponse
BitmovinResource
AccountApiKey
AccountInformation
Acl
AnalyticsOutput
AwsAccount
AwsAccountRegionSettings
AzureAccount
AzureAccountRegionSettings
Bif
BurnInSubtitleDvbSub
BurnInSubtitleSrt
CodecConfiguration
ConvertSccCaption
CustomPlayerBuildDetails
CustomTag
CustomWebPlayerBuildDomain
DolbyVisionMetadata
Domain
Drm
Encoding
Filter
GceAccount
GceAccountRegionSettings
Group
Id3Tag
IFramePlaylist
Input
InputStream
InsertableContent
Keyframe
Manifest
Muxing
NexGuardFileMarker
ObjectDetectionConfiguration
Organization
Output
PrewarmedEncoderPool
SccCaption
ScheduledInsertableContent
SidecarFile
SmoothManifestContentProtection
SmoothStreamingRepresentation
Sprite
Stream
StreamInfo
Tenant
Thumbnail
TransferRetry
WatchFolder
Webhook
Inherited Members
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 BitmovinResource : BitmovinResponse

Properties

CreatedAt

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

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

CustomData

User-specific meta data. This can hold anything.

Declaration
public Dictionary<string, object> CustomData { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

Description

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

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

ModifiedAt

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

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

Name

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

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX