Class ExtendedResourceProperties
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The system generated resource properties associated with SQL databases, SQL containers, Gremlin databases and Gremlin graphs.
public class ExtendedResourceProperties
- Inheritance
-
ExtendedResourceProperties
- Inherited Members
Constructors
ExtendedResourceProperties()
Initializes a new instance of the ExtendedResourceProperties class.
public ExtendedResourceProperties()
ExtendedResourceProperties(string, object, string)
Initializes a new instance of the ExtendedResourceProperties class.
public ExtendedResourceProperties(string _rid = null, object _ts = null, string _etag = null)
Parameters
_rid
stringA system generated property. A unique identifier.
_ts
objectA system generated property that denotes the last updated timestamp of the resource.
_etag
stringA system generated property representing the resource etag required for optimistic concurrency control.
Properties
_etag
Gets a system generated property representing the resource etag required for optimistic concurrency control.
public string _etag { get; }
Property Value
_rid
Gets a system generated property. A unique identifier.
public string _rid { get; }
Property Value
_ts
Gets a system generated property that denotes the last updated timestamp of the resource.
public object _ts { get; }