/// <summary>
 /// Initializes a new instance of the GremlinGraphGetPropertiesResource
 /// class.
 /// </summary>
 /// <param name="id">Name of the Cosmos DB Gremlin graph</param>
 /// <param name="indexingPolicy">The configuration of the indexing
 /// policy. By default, the indexing is automatic for all document
 /// paths within the graph</param>
 /// <param name="partitionKey">The configuration of the partition key
 /// to be used for partitioning data into multiple partitions</param>
 /// <param name="defaultTtl">Default time to live</param>
 /// <param name="uniqueKeyPolicy">The unique key policy configuration
 /// for specifying uniqueness constraints on documents in the
 /// collection in the Azure Cosmos DB service.</param>
 /// <param name="conflictResolutionPolicy">The conflict resolution
 /// policy for the graph.</param>
 /// <param name="_rid">A system generated property. A unique
 /// identifier.</param>
 /// <param name="_ts">A system generated property that denotes the last
 /// updated timestamp of the resource.</param>
 /// <param name="_etag">A system generated property representing the
 /// resource etag required for optimistic concurrency control.</param>
 public GremlinGraphGetPropertiesResource(string id, IndexingPolicy indexingPolicy = default(IndexingPolicy), ContainerPartitionKey partitionKey = default(ContainerPartitionKey), int?defaultTtl = default(int?), UniqueKeyPolicy uniqueKeyPolicy = default(UniqueKeyPolicy), ConflictResolutionPolicy conflictResolutionPolicy = default(ConflictResolutionPolicy), string _rid = default(string), object _ts = default(object), string _etag = default(string))
 {
     Id                       = id;
     IndexingPolicy           = indexingPolicy;
     PartitionKey             = partitionKey;
     DefaultTtl               = defaultTtl;
     UniqueKeyPolicy          = uniqueKeyPolicy;
     ConflictResolutionPolicy = conflictResolutionPolicy;
     this._rid                = _rid;
     this._ts                 = _ts;
     this._etag               = _etag;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the GremlinGraphGetResultsInner
 /// class.
 /// </summary>
 /// <param name="gremlinGraphGetResultsId">Name of the Cosmos DB
 /// Gremlin graph</param>
 /// <param name="indexingPolicy">The configuration of the indexing
 /// policy. By default, the indexing is automatic for all document
 /// paths within the graph</param>
 /// <param name="partitionKey">The configuration of the partition key
 /// to be used for partitioning data into multiple partitions</param>
 /// <param name="defaultTtl">Default time to live</param>
 /// <param name="uniqueKeyPolicy">The unique key policy configuration
 /// for specifying uniqueness constraints on documents in the
 /// collection in the Azure Cosmos DB service.</param>
 /// <param name="conflictResolutionPolicy">The conflict resolution
 /// policy for the graph.</param>
 /// <param name="_rid">A system generated property. A unique
 /// identifier.</param>
 /// <param name="_ts">A system generated property that denotes the last
 /// updated timestamp of the resource.</param>
 /// <param name="_etag">A system generated property representing the
 /// resource etag required for optimistic concurrency control.</param>
 public GremlinGraphGetResultsInner(string location, string gremlinGraphGetResultsId, string id = default(string), string name = default(string), string type = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), IndexingPolicy indexingPolicy = default(IndexingPolicy), ContainerPartitionKey partitionKey = default(ContainerPartitionKey), int?defaultTtl = default(int?), UniqueKeyPolicy uniqueKeyPolicy = default(UniqueKeyPolicy), ConflictResolutionPolicy conflictResolutionPolicy = default(ConflictResolutionPolicy), string _rid = default(string), object _ts = default(object), string _etag = default(string))
     : base(location, id, name, type, tags)
 {
     GremlinGraphGetResultsId = gremlinGraphGetResultsId;
     IndexingPolicy           = indexingPolicy;
     PartitionKey             = partitionKey;
     DefaultTtl               = defaultTtl;
     UniqueKeyPolicy          = uniqueKeyPolicy;
     ConflictResolutionPolicy = conflictResolutionPolicy;
     this._rid  = _rid;
     this._ts   = _ts;
     this._etag = _etag;
     CustomInit();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the SqlContainerResource class.
 /// </summary>
 /// <param name="id">Name of the Cosmos DB SQL container</param>
 /// <param name="indexingPolicy">The configuration of the indexing
 /// policy. By default, the indexing is automatic for all document
 /// paths within the container</param>
 /// <param name="partitionKey">The configuration of the partition key
 /// to be used for partitioning data into multiple partitions</param>
 /// <param name="defaultTtl">Default time to live</param>
 /// <param name="uniqueKeyPolicy">The unique key policy configuration
 /// for specifying uniqueness constraints on documents in the
 /// collection in the Azure Cosmos DB service.</param>
 /// <param name="conflictResolutionPolicy">The conflict resolution
 /// policy for the container.</param>
 public SqlContainerResource(string id, IndexingPolicy indexingPolicy = default(IndexingPolicy), ContainerPartitionKey partitionKey = default(ContainerPartitionKey), int?defaultTtl = default(int?), UniqueKeyPolicy uniqueKeyPolicy = default(UniqueKeyPolicy), ConflictResolutionPolicy conflictResolutionPolicy = default(ConflictResolutionPolicy))
 {
     Id                       = id;
     IndexingPolicy           = indexingPolicy;
     PartitionKey             = partitionKey;
     DefaultTtl               = defaultTtl;
     UniqueKeyPolicy          = uniqueKeyPolicy;
     ConflictResolutionPolicy = conflictResolutionPolicy;
     CustomInit();
 }
 SqlContainer.Definition.IWithAttach <UpdateParentT> SqlContainer.Definition.IWithConflictResolutionPolicy <UpdateParentT> .WithConflictResolutionPolicy(Models.ConflictResolutionPolicy conflictResolutionPolicy)
 {
     return(this.WithConflictResolutionPolicy(conflictResolutionPolicy));
 }
 SqlContainer.Update.IUpdate SqlContainer.Update.IWithConflictResolutionPolicy.WithConflictResolutionPolicy(Models.ConflictResolutionPolicy conflictResolutionPolicy)
 {
     return(this.WithConflictResolutionPolicy(conflictResolutionPolicy));
 }
Exemplo n.º 6
0
 GremlinGraph.Definition.IWithAttach <UpdateParentT> GremlinGraph.Definition.IWithConflictResolutionPolicy <UpdateParentT> .WithConflictResolutionPolicy(Models.ConflictResolutionPolicy conflictResolutionPolicy)
 {
     return(this.WithConflictResolutionPolicy(conflictResolutionPolicy));
 }
Exemplo n.º 7
0
 GremlinGraph.Update.IUpdate GremlinGraph.Update.IWithConflictResolutionPolicy.WithConflictResolutionPolicy(Models.ConflictResolutionPolicy conflictResolutionPolicy)
 {
     return(this.WithConflictResolutionPolicy(conflictResolutionPolicy));
 }