Identifier. The resource name of the DVR session, in the following format:
projects/{project}/locations/{location}/channels/{channelId}/dvrSessions/{dvrSessionId}.
{dvrSessionId} is a user-specified resource id that conforms to the
following criteria:
1 character minimum, 63 characters maximum
Only contains letters, digits, underscores, and hyphens
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Live Stream v1 API - Class DvrSession (1.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.DvrSession)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.8.0/Google.Cloud.Video.LiveStream.V1.DvrSession)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.7.0/Google.Cloud.Video.LiveStream.V1.DvrSession)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.6.0/Google.Cloud.Video.LiveStream.V1.DvrSession)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.5.0/Google.Cloud.Video.LiveStream.V1.DvrSession)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.4.0/Google.Cloud.Video.LiveStream.V1.DvrSession)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.3.0/Google.Cloud.Video.LiveStream.V1.DvrSession)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.2.0/Google.Cloud.Video.LiveStream.V1.DvrSession)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.1.0/Google.Cloud.Video.LiveStream.V1.DvrSession)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.0.0/Google.Cloud.Video.LiveStream.V1.DvrSession) \n\n public sealed class DvrSession : IMessage\u003cDvrSession\u003e, IEquatable\u003cDvrSession\u003e, IDeepCloneable\u003cDvrSession\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Live Stream v1 API class DvrSession.\n\nDvrSession is a sub-resource under channel. Each DvrSession represents a DVR\nrecording of the live stream for a specific time range. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DvrSession \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DvrSession](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.DvrSession), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DvrSession](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.DvrSession), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DvrSession](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.DvrSession), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Video.LiveStream.V1](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Video.LiveStream.V1.dll\n\nConstructors\n------------\n\n### DvrSession()\n\n public DvrSession()\n\n### DvrSession(DvrSession)\n\n public DvrSession(DvrSession other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The creation time.\n\n### DvrManifests\n\n public RepeatedField\u003cDvrSession.Types.DvrManifest\u003e DvrManifests { get; }\n\nRequired. A list of DVR manifests. Currently only one DVR manifest is\nallowed.\n\n### DvrSessionName\n\n public DvrSessionName DvrSessionName { get; set; }\n\n[DvrSessionName](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.DvrSessionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.DvrSession#Google_Cloud_Video_LiveStream_V1_DvrSession_Name) resource name property.\n\n### DvrWindows\n\n public RepeatedField\u003cDvrSession.Types.DvrWindow\u003e DvrWindows { get; }\n\nRequired. The specified ranges of segments to generate a DVR recording.\n\n### Error\n\n public Status Error { get; set; }\n\nOutput only. An error object that describes the reason for the failure.\nThis property only presents when `state` is `FAILED`.\n\n### Labels\n\n public MapField\u003cstring, string\u003e Labels { get; }\n\nOptional. User-defined key/value metadata.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. The resource name of the DVR session, in the following format:\n`projects/{project}/locations/{location}/channels/{channelId}/dvrSessions/{dvrSessionId}`.\n`{dvrSessionId}` is a user-specified resource id that conforms to the\nfollowing criteria:\n\n1. 1 character minimum, 63 characters maximum\n2. Only contains letters, digits, underscores, and hyphens\n\n### State\n\n public DvrSession.Types.State State { get; set; }\n\nOutput only. The state of the clip.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The update time."]]