Modified: tinkerpop/site/dotnetdocs/3.4.1-SNAPSHOT/index.json URL: http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.4.1-SNAPSHOT/index.json?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/dotnetdocs/3.4.1-SNAPSHOT/index.json (original) +++ tinkerpop/site/dotnetdocs/3.4.1-SNAPSHOT/index.json Tue Mar 12 18:05:28 2019 @@ -1,158 +1,128 @@ { - "api/Gremlin.Net.Structure.Graph.html": { - "href": "api/Gremlin.Net.Structure.Graph.html", - "title": "Class Graph | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class Graph A Graph is a container object for a collection of Vertex , Edge , VertexProperty , and Property objects. Inheritance System.Object Graph Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Structure Assembly : cs.temp.dll.dll Syntax public class Graph Methods Traversal() Generates a reusable instance. Declaration [Obsolete(\"As of release 3.3.5, replaced by AnonymousTraversalSource.Traversal() called statically.\", false)] public GraphTraversalSource Traversal() Returns Type Description GraphTraversalSource A graph traversal source." - }, - "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html": { - "href": "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html", - "title": "Class GraphSON2Reader | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class GraphSON2Reader Handles deserialization of GraphSON3 data. Inheritance System.Object GraphSONReader GraphSON2Reader Inherited Members GraphSONReader.Deserializers GraphSONReader.ToObject(IEnumerable<JToken>) GraphSONReader.ToObject(JToken) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Structure.IO.GraphSON Assembly : cs.temp.dll.dll Syntax public class GraphSON2Reader : GraphSONReader Constructors GraphSON2Reader() Creates a new instance of GraphSON2Reader . Declaration public GraphSON2Reader() GraphSON2Reader(IReadOnlyDictionary<String, IGraphSONDeserializer>) Creates a new instance of GraphSON2Reader . Declaration public GraphSON2Reader(IReadOnlyDictionary<string, IGraphSONDeserializer> deserializerByGraphSONType) Parameters Typ e Name Description System.Collections.Generic.IReadOnlyDictionary < System.String , IGraphSONDeserializer > deserializerByGraphSONType" - }, - "api/Gremlin.Net.Structure.Property.html": { - "href": "api/Gremlin.Net.Structure.Property.html", - "title": "Class Property | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class Property A Property denotes a key/value pair associated with an Edge . Inheritance System.Object Property Implements System.IEquatable < Property > Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Structure Assembly : cs.temp.dll.dll Syntax public class Property : IEquatable<Property> Constructors Property(String, Object, Element) Initializes a new instance of the Property class. Declaration public Property(string key, dynamic value, Element element) Parameters Type Name Description System.String key The key of the property. System.Object value The value of the property. Element element The element that the property is associated with. Properties Element Gets the element that this property is associated with. Declaration public Element Element { get; } Property Value Type Description Element Key Gets th e key of the property. Declaration public string Key { get; } Property Value Type Description System.String Value Gets the value of the property. Declaration public dynamic Value { get; } Property Value Type Description System.Object Methods Equals(Property) Declaration public bool Equals(Property other) Parameters Type Name Description Property other Returns Type Description System.Boolean Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description System.Object obj Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements System.IEquatable<T>" - }, - "api/Gremlin.Net.Structure.Vertex.html": { - "href": "api/Gremlin.Net.Structure.Vertex.html", - "title": "Class Vertex | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class Vertex Represents a vertex. Inheritance System.Object Element Vertex Implements System.IEquatable < Element > Inherited Members Element.Id Element.Label Element.Equals(Element) Element.Equals(Object) Element.GetHashCode() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Structure Assembly : cs.temp.dll.dll Syntax public class Vertex : Element, IEquatable<Element> Constructors Vertex(Object, String) Initializes a new instance of the Vertex class. Declaration public Vertex(object id, string label = \"vertex\") Parameters Type Name Description System.Object id The id of the vertex. System.String label The label of the vertex. Fields DefaultLabel The default label to use for a vertex. Declaration public const string DefaultLabel = \"vertex\" Field Value Type Description System.String Methods ToString() Declaration public ove rride string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements System.IEquatable<T>" - }, - "api/Gremlin.Net.Structure.VertexProperty.html": { - "href": "api/Gremlin.Net.Structure.VertexProperty.html", - "title": "Class VertexProperty | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class VertexProperty A VertexProperty denotes a key/value pair associated with a Vertex . Inheritance System.Object Element VertexProperty Implements System.IEquatable < Element > Inherited Members Element.Id Element.Label Element.Equals(Element) Element.Equals(Object) Element.GetHashCode() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Structure Assembly : cs.temp.dll.dll Syntax public class VertexProperty : Element, IEquatable<Element> Constructors VertexProperty(Object, String, Object, Vertex) Initializes a new instance of the VertexProperty class. Declaration public VertexProperty(object id, string label, dynamic value, Vertex vertex) Parameters Type Name Description System.Object id The id of the vertex property. System.String label The label of the vertex property. System.Object value The id of the vertex property. Ver tex vertex The Vertex that owns this VertexProperty . Properties Key The key of this VertexProperty . Declaration public string Key { get; } Property Value Type Description System.String Value The value of this VertexProperty . Declaration public dynamic Value { get; } Property Value Type Description System.Object Vertex The Vertex that owns this VertexProperty . Declaration public Vertex Vertex { get; } Property Value Type Description Vertex Methods ToString() Declaration public override string ToString() Returns Type Description System.String Overrides System.Object.ToString() Implements System.IEquatable<T>" - }, - "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON3Writer.html": { - "href": "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON3Writer.html", - "title": "Class GraphSON3Writer | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class GraphSON3Writer Handles serialization of GraphSON3 data. Inheritance System.Object GraphSONWriter GraphSON3Writer Inherited Members GraphSONWriter.Serializers GraphSONWriter.WriteObject(Object) GraphSONWriter.ToDict(Object) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Structure.IO.GraphSON Assembly : cs.temp.dll.dll Syntax public class GraphSON3Writer : GraphSONWriter Constructors GraphSON3Writer() Creates a new instance of GraphSON3Writer . Declaration public GraphSON3Writer() GraphSON3Writer(IReadOnlyDictionary<Type, IGraphSONSerializer>) Creates a new instance of GraphSON3Writer . Declaration public GraphSON3Writer(IReadOnlyDictionary<Type, IGraphSONSerializer> customSerializerByType) Parameters Type Name Description System.Co llections.Generic.IReadOnlyDictionary < System.Type , IGraphSONSerializer > customSerializerByType IGraphSONSerializer serializers identified by their System.Type ." + "index.html": { + "href": "index.html", + "title": "Gremlin.Net | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Gremlin.Net <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> Apache TinkerPop⢠is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). Gremlin is the graph traversal language of TinkerPop. It can be described as a function al, data-flow language that enables users to succinctly express complex traversals on (or queries of) their application's property graph. Gremlin.Net implements Gremlin within the C# language. It targets .NET Standard and can therefore be used on different operating systems and with different .NET frameworks, such as .NET Framework and .NET Core. nuget install Gremlin.Net Please see the reference documentation at Apache TinkerPop for more information." }, - "api/Gremlin.Net.Driver.GremlinClientExtensions.html": { - "href": "api/Gremlin.Net.Driver.GremlinClientExtensions.html", - "title": "Class GremlinClientExtensions | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class GremlinClientExtensions Provides extension methods for the IGremlinClient interface. Inheritance System.Object GremlinClientExtensions Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Driver Assembly : cs.temp.dll.dll Syntax public static class GremlinClientExtensions Methods SubmitAsync(IGremlinClient, RequestMessage) Submits a request message as an asynchronous operation without returning the result received from the Gremlin Server. Declaration public static Task SubmitAsync(this IGremlinClient gremlinClient, RequestMessage requestMessage) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. RequestMessage requestMessage The RequestMessage to send. Returns Type Description System.Threading.Tasks.Task The task object representing the asynchronous operation. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. SubmitAsync(IGremlinClient, String, Dictionary<String, Object>) Submits a request message that consists of a script with bindings as an asynchronous operation without returning the result received from the Gremlin Server. Declaration public static Task SubmitAsync(this IGremlinClient gremlinClient, string requestScript, Dictionary<string, object> bindings = null) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. System.String requestScript The Gremlin request script to send. System.Collections.Generic.Dictionary < System.String , System.Object > bindings Bindings for parameters used in the requestScript. Returns Type Description System.Threading.Tasks.Task The task object representing the asynch ronous operation. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. SubmitAsync<T>(IGremlinClient, String, Dictionary<String, Object>) Submits a request message that consists of a script with bindings as an asynchronous operation. Declaration public static Task<ResultSet<T>> SubmitAsync<T>(this IGremlinClient gremlinClient, string requestScript, Dictionary<string, object> bindings = null) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. System.String requestScript The Gremlin request script to send. System.Collections.Generic.Dictionary < System.String , System.Object > bindings Bindings for parameters used in the requestScript. Returns Type Description System.Threading.Tasks.Task < ResultSet <T>> A ResultSet<T> containing the data and status attributes returned from the server. Type Parameters Name Description T The type of the expected r esults. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. SubmitWithSingleResultAsync<T>(IGremlinClient, RequestMessage) Submits a request message as an asynchronous operation where only a single result gets returned. Declaration public static Task<T> SubmitWithSingleResultAsync<T>(this IGremlinClient gremlinClient, RequestMessage requestMessage) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. RequestMessage requestMessage The RequestMessage to send. Returns Type Description System.Threading.Tasks.Task <T> A single result received from the Gremlin Server. Type Parameters Name Description T The type of the expected result. Remarks If multiple results are received from Gremlin Server, then only the first gets returned. Use SubmitAsync<T>(IGremlinClient, String, Dictionary<String, Object>) instead when you expect a collection of results. Exc eptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. SubmitWithSingleResultAsync<T>(IGremlinClient, String, Dictionary<String, Object>) Submits a request message that consists of a script with bindings as an asynchronous operation where only a single result gets returned. Declaration public static Task<T> SubmitWithSingleResultAsync<T>(this IGremlinClient gremlinClient, string requestScript, Dictionary<string, object> bindings = null) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. System.String requestScript The Gremlin request script to send. System.Collections.Generic.Dictionary < System.String , System.Object > bindings Bindings for parameters used in the requestScript. Returns Type Description System.Threading.Tasks.Task <T> A single result received from the Gremlin Server. Type Parameters Name Description T The type of the expected result . Remarks If multiple results are received from Gremlin Server, then only the first gets returned. Use SubmitAsync<T>(IGremlinClient, String, Dictionary<String, Object>) instead when you expect a collection of results. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred." + "api/Gremlin.Net.Driver.Exceptions.html": { + "href": "api/Gremlin.Net.Driver.Exceptions.html", + "title": "Namespace Gremlin.Net.Driver.Exceptions | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Namespace Gremlin.Net.Driver.Exceptions Classes ConnectionPoolBusyException The exception that is thrown when all connections in the pool have reached their maximum number of in-flight requests. NoConnectionAvailableException The exception that is thrown when no connection is available to service a request. ResponseException The exception that is thrown when a response is received from Gremlin Server that indicates that an error occurred. ServerUnavailableException The exception that is thrown when no connection is available to the GremlinServer ." }, - "api/Gremlin.Net.Driver.Messages.RequestMessage.Builder.html": { - "href": "api/Gremlin.Net.Driver.Messages.RequestMessage.Builder.html", - "title": "Class RequestMessage.Builder | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class RequestMessage.Builder Allows to build RequestMessage objects. Inheritance System.Object RequestMessage.Builder Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Driver.Messages Assembly : cs.temp.dll.dll Syntax public class Builder Methods AddArgument(String, Object) Adds and argument to the RequestMessage . Declaration public RequestMessage.Builder AddArgument(string key, object value) Parameters Type Name Description System.String key The key of the argument. System.Object value The value of the argument. Returns Type Description RequestMessage.Builder The RequestMessage.Builder . Create() Creates the RequestMessage given the settings provided to the RequestMessage.Builder . Declaration public RequestMessage Creat e() Returns Type Description RequestMessage The built RequestMessage . OverrideRequestId(Guid) Overrides the request identifier with a specified one, otherwise the RequestMessage.Builder will randomly generate a System.Guid . Declaration public RequestMessage.Builder OverrideRequestId(Guid requestId) Parameters Type Name Description System.Guid requestId The request identifier to use. Returns Type Description RequestMessage.Builder The RequestMessage.Builder . Processor(String) If this value is not set in the builder then the Processor defaults to the standard op processor (empty string). Declaration public RequestMessage.Builder Processor(string processor) Parameters Type Name Description System.String processor The name of the processor. Returns Type Description RequestMessage.Builder The RequestMessage.Builder ." + "api/Gremlin.Net.Driver.Remote.html": { + "href": "api/Gremlin.Net.Driver.Remote.html", + "title": "Namespace Gremlin.Net.Driver.Remote | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Namespace Gremlin.Net.Driver.Remote Classes DriverRemoteConnection A implementation for Gremlin Server." }, - "api/Gremlin.Net.Driver.Messages.html": { - "href": "api/Gremlin.Net.Driver.Messages.html", - "title": "Namespace Gremlin.Net.Driver.Messages | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Namespace Gremlin.Net.Driver.Messages Classes RequestMessage The model for a request message sent to the server. RequestMessage.Builder Allows to build RequestMessage objects. Enums ResponseStatusCode Represents the various status codes that Gremlin Server returns." + "api/Gremlin.Net.Driver.html": { + "href": "api/Gremlin.Net.Driver.html", + "title": "Namespace Gremlin.Net.Driver | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Namespace Gremlin.Net.Driver Classes ConnectionPoolSettings Holds settings for the Gremlin.Net.Driver.ConnectionPool . GremlinClient Provides a mechanism for submitting Gremlin requests to one Gremlin Server. GremlinClientExtensions Provides extension methods for the IGremlinClient interface. GremlinServer Represents a Gremlin Server. ResultSet<T> A ResultSet is returned from the submission of a Gremlin script to the server and represents the results provided by the server. ResultSet includes enumerable data and status attributes. Tokens String constants used to configure a RequestMessage . Interfaces IGremlinClient Provides a mechanism for submitting Gremlin requests." }, - "api/Gremlin.Net.Driver.ResultSet-1.html": { - "href": "api/Gremlin.Net.Driver.ResultSet-1.html", - "title": "Class ResultSet<T> | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class ResultSet<T> A ResultSet is returned from the submission of a Gremlin script to the server and represents the results provided by the server. ResultSet includes enumerable data and status attributes. Inheritance System.Object ResultSet<T> Implements System.Collections.Generic.IReadOnlyCollection <T> System.Collections.Generic.IEnumerable <T> System.Collections.IEnumerable Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Driver Assembly : cs.temp.dll.dll Syntax public sealed class ResultSet<T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable Type Parameters Name Description T Type of the result elements Constructors ResultSet(IReadOnlyCollection<T>, IReadOnlyDictionary<String, Object>) Initializes a new instance of the ResultSet class for the specified data and status attributes. Declaration public ResultSet(IReadOnlyCollection<T> data, IReadOnlyDictionary<string, object> attributes) Parameters Type Name Description System.Collections.Generic.IReadOnlyCollection <T> data System.Collections.Generic.IReadOnlyDictionary < System.String , System.Object > attributes Properties Count Declaration public int Count { get; } Property Value Type Description System.Int32 StatusAttributes Gets or sets the status attributes from the gremlin response Declaration public IReadOnlyDictionary<string, object> StatusAttributes { get; } Property Value Type Description System.Collections.Generic.IReadOnlyDictionary < System.String , System.Object > Methods GetEnumerator() Declaration public IEnumerator<T> GetEnumerator() Returns Type Description System.Collections.Generic.IEnumerator <T> Implements System.Collections.Generic.IReadOnlyCollection<T> System.Collections.Generic.IEnumerable<T> System.Collections.IEnu merable" + "api/Gremlin.Net.Process.Remote.html": { + "href": "api/Gremlin.Net.Process.Remote.html", + "title": "Namespace Gremlin.Net.Process.Remote | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Namespace Gremlin.Net.Process.Remote Classes RemoteStrategy Reconstructs a by submitting it to a remote server via an IRemoteConnection instance. Interfaces IRemoteConnection A simple abstraction of a \"connection\" to a \"server\"." }, "api/Gremlin.Net.Process.Traversal.Binding.html": { "href": "api/Gremlin.Net.Process.Traversal.Binding.html", "title": "Class Binding | Apache TinkerPop - Gremlin.NET API Docs", "keywords": "Class Binding Associates a variable with a value. Inheritance System.Object Binding Implements System.IEquatable < Binding > Inherited Members System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class Binding : IEquatable<Binding> Constructors Binding(String, Object) Initializes a new instance of the Binding class. Declaration public Binding(string key, object value) Parameters Type Name Description System.String key The key that identifies the Binding . System.Object value The value of the Binding . Properties Key Gets the key that identifies the Binding . Declaration public string Key { get; } Property Value Type Description System.String Value Gets the value of the Binding . Declaration public object Value { get; } Property Value Type Descripti on System.Object Methods Equals(Binding) Declaration public bool Equals(Binding other) Parameters Type Name Description Binding other Returns Type Description System.Boolean Equals(Object) Declaration public override bool Equals(object other) Parameters Type Name Description System.Object other Returns Type Description System.Boolean Overrides System.Object.Equals(System.Object) GetHashCode() Declaration public override int GetHashCode() Returns Type Description System.Int32 Overrides System.Object.GetHashCode() Implements System.IEquatable<T>" }, - "api/Gremlin.Net.Process.Traversal.Column.html": { - "href": "api/Gremlin.Net.Process.Traversal.Column.html", - "title": "Class Column | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class Column Inheritance System.Object EnumWrapper Column Implements System.IEquatable < EnumWrapper > IFunction Inherited Members EnumWrapper.EnumName EnumWrapper.EnumValue EnumWrapper.Equals(EnumWrapper) EnumWrapper.Equals(Object) EnumWrapper.GetHashCode() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class Column : EnumWrapper, IEquatable<EnumWrapper>, IFunction Properties Keys Declaration public static Column Keys { get; } Property Value Type Description Column Values Declaration public static Column Values { get; } Property Value Type Description Column Methods GetByValue(String) Gets the Column enumeration by value. Declaration public static Column GetByValue(string value) Parameters Type Name Description System.String value Returns Ty pe Description Column Implements System.IEquatable<T> IFunction" + "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.PartitionStrategy.html": { + "href": "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.PartitionStrategy.html", + "title": "Class PartitionStrategy | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class PartitionStrategy Partitions the vertices, edges and vertex properties of a graph into String named partitions. Inheritance System.Object AbstractTraversalStrategy PartitionStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.Equals(Object) AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Decoration Assembly : cs.temp.dll.dll Syntax public class PartitionStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy> Constructors PartitionStrategy() Initializes a new instance of the PartitionStrategy class. Declaration public PartitionStrategy() PartitionStrategy(String, String, IEnumerable<String>, Nullable<Boolean>) Initializes a new instance of the PartitionStrategy class. Declaration public PartitionStrategy(string partitionKey = null, string writePartition = null, IEnumerable<string> readPartitions = null, bool? includeMetaProperties = default(bool? )) Parameters Type Name Description System.String partitionKey Specifies the partition key name. System.String writePartition Specifies the name of the partition to write when adding vertices, edges and vertex properties. System.Collections.Generic.IEnumerable < System.String > readPartitions Specifies the partition of the graph to read from. System.Nullable < System.Boolean > includeMetaProperties Set to true if vertex properties should get assigned to partitions. Implements ITraversalS trategy System.IEquatable<T>" + }, + "api/Gremlin.Net.Process.Traversal.Strategy.Optimization.IncidentToAdjacentStrategy.html": { + "href": "api/Gremlin.Net.Process.Traversal.Strategy.Optimization.IncidentToAdjacentStrategy.html", + "title": "Class IncidentToAdjacentStrategy | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class IncidentToAdjacentStrategy Replaces .OutE().InV() with .Out() , .InE().OutV() with In() and .BothE().BothV() with Both() . Inheritance System.Object AbstractTraversalStrategy IncidentToAdjacentStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.Equals(Object) AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization Assembly : cs.temp.dll.dll Syntax public class IncidentToAdjacentStrate gy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy> Implements ITraversalStrategy System.IEquatable<T>" + }, + "api/Gremlin.Net.Process.Traversal.Strategy.Optimization.InlineFilterStrategy.html": { + "href": "api/Gremlin.Net.Process.Traversal.Strategy.Optimization.InlineFilterStrategy.html", + "title": "Class InlineFilterStrategy | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class InlineFilterStrategy Analyzes filter-steps with child traversals that themselves are pure filters. Inheritance System.Object AbstractTraversalStrategy InlineFilterStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.Equals(Object) AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization Assembly : cs.temp.dll.dll Syntax public class InlineFilterStrategy : AbstractTraversalStrategy, ITra versalStrategy, IEquatable<AbstractTraversalStrategy> Implements ITraversalStrategy System.IEquatable<T>" + }, + "api/Gremlin.Net.Driver.Remote.DriverRemoteConnection.html": { + "href": "api/Gremlin.Net.Driver.Remote.DriverRemoteConnection.html", + "title": "Class DriverRemoteConnection | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class DriverRemoteConnection A implementation for Gremlin Server. Inheritance System.Object DriverRemoteConnection Implements System.IDisposable Namespace : Gremlin.Net.Driver.Remote Assembly : cs.temp.dll.dll Syntax public class DriverRemoteConnection : IRemoteConnection, IDisposable Constructors DriverRemoteConnection(IGremlinClient) Initializes a new . Declaration public DriverRemoteConnection(IGremlinClient client) Parameters Type Name Description IGremlinClient client The IGremlinClient that will be used for the connection. Exceptions Type Condition System.ArgumentNullException Thrown when client is null. DriverRemoteConnection(IGremlinClient, String) Initializes a new . Declaration public DriverRemoteConnection(IGremlinClient client, string traversalSource) Parameters Type Name Description IGremlinClient client The IGremlinClient that will be used for the connection. System.String traversalSource The name of the traversal source on the server to bind to. Excep tions Type Condition System.ArgumentNullException Thrown when client is null. Methods Dispose() Declaration public void Dispose() SubmitAsync<S, E>(Bytecode) Submits for evaluation to a remote Gremlin Server. Declaration public Task<ITraversal<S, E>> SubmitAsync<S, E>(Bytecode bytecode) Parameters Type Name Description Bytecode bytecode The to submit. Returns Type Description System.Threading.Tasks.Task < ITraversal <S, E>> A allowing to access the results and side-effects. Type Parameters Name Description S E Implements System.IDisposable" + }, + "api/Gremlin.Net.Process.Remote.IRemoteConnection.html": { + "href": "api/Gremlin.Net.Process.Remote.IRemoteConnection.html", + "title": "Interface IRemoteConnection | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Interface IRemoteConnection A simple abstraction of a \"connection\" to a \"server\". Namespace : Gremlin.Net.Process.Remote Assembly : cs.temp.dll.dll Syntax public interface IRemoteConnection Methods SubmitAsync<S, E>(Bytecode) Submits to a server and returns a . Declaration Task<ITraversal<S, E>> SubmitAsync<S, E>(Bytecode bytecode) Parameters Type Name Description Bytecode bytecode The to send. Returns Type Description System.Threading.Tasks.Task < ITraversal <S, E>> The with the results and optional side-effects. Type Parameters Name Description S E" }, "api/Gremlin.Net.Process.Traversal.AnonymousTraversalSource.html": { "href": "api/Gremlin.Net.Process.Traversal.AnonymousTraversalSource.html", "title": "Class AnonymousTraversalSource | Apache TinkerPop - Gremlin.NET API Docs", "keywords": "Class AnonymousTraversalSource Provides a method for creating a GraphTraversalSource that does not spawn from a instance. Inheritance System.Object AnonymousTraversalSource Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class AnonymousTraversalSource Methods Traversal() Generates a reusable GraphTraversalSource instance. Declaration public static GraphTraversalSource Traversal() Returns Type Description GraphTraversalSource A graph traversal source." }, - "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.ConnectiveStrategy.html": { - "href": "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.ConnectiveStrategy.html", - "title": "Class ConnectiveStrategy | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class ConnectiveStrategy ConnectiveStrategy rewrites the binary conjunction form of a.and().b into an AndStep of and(a, b) (likewise for OrStep). Inheritance System.Object AbstractTraversalStrategy ConnectiveStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.Equals(Object) AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Decoration Assembly : cs.temp.dll.dll Syntax public class ConnectiveStrateg y : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy> Implements ITraversalStrategy System.IEquatable<T>" + "api/Gremlin.Net.Process.Traversal.ConnectedComponent.html": { + "href": "api/Gremlin.Net.Process.Traversal.ConnectedComponent.html", + "title": "Class ConnectedComponent | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class ConnectedComponent Inheritance System.Object ConnectedComponent Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class ConnectedComponent Fields component Declaration public const string component = \"gremlin.connectedComponentVertexProgram.component\" Field Value Type Description System.String edges Declaration public const string edges = \"~tinkerpop.connectedComponent.edges\" Field Value Type Description System.String propertyName Declaration public const string propertyName = \"~tinkerpop.connectedComponent.propertyName\" Field Value Type Description System.String" }, - "api/Gremlin.Net.Process.Traversal.Strategy.Verification.ReadOnlyStrategy.html": { - "href": "api/Gremlin.Net.Process.Traversal.Strategy.Verification.ReadOnlyStrategy.html", - "title": "Class ReadOnlyStrategy | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class ReadOnlyStrategy Detects mutating steps and throws an exception if one is found. Inheritance System.Object AbstractTraversalStrategy ReadOnlyStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.Equals(Object) AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Verification Assembly : cs.temp.dll.dll Syntax public class ReadOnlyStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable <AbstractTraversalStrategy> Implements ITraversalStrategy System.IEquatable<T>" + "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON3Reader.html": { + "href": "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON3Reader.html", + "title": "Class GraphSON3Reader | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class GraphSON3Reader Handles deserialization of GraphSON3 data. Inheritance System.Object GraphSONReader GraphSON3Reader Inherited Members GraphSONReader.Deserializers GraphSONReader.ToObject(IEnumerable<JToken>) GraphSONReader.ToObject(JToken) System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Structure.IO.GraphSON Assembly : cs.temp.dll.dll Syntax public class GraphSON3Reader : GraphSONReader Constructors GraphSON3Reader() Creates a new instance of GraphSON3Reader . Declaration public GraphSON3Reader() GraphSON3Reader(IReadOnlyDictionary<String, IGraphSONDeserializer>) Creates a new instance of GraphSON3Reader . Declaration public GraphSON3Reader(IReadOnlyDictionary<string, IGraphSONDeserializer> deserializerByGraphSONType) Parameters Typ e Name Description System.Collections.Generic.IReadOnlyDictionary < System.String , IGraphSONDeserializer > deserializerByGraphSONType Overrides IGraphSONDeserializer instances by their type identifier." }, - "api/Gremlin.Net.Process.Traversal.html": { - "href": "api/Gremlin.Net.Process.Traversal.html", - "title": "Namespace Gremlin.Net.Process.Traversal | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Namespace Gremlin.Net.Process.Traversal Classes __ An anonymous GraphTraversal<S, E> . AnonymousTraversalSource Provides a method for creating a GraphTraversalSource that does not spawn from a instance. Barrier Binding Associates a variable with a value. Bindings Bindings are used to associate a variable with a value. Bytecode A language agnostic representation of ITraversal mutations. Cardinality Column ConnectedComponent DefaultTraversal<S, E> A traversal represents a directed walk over a graph. Direction EnumWrapper Represents an enum. GraphSONVersion GraphTraversal<S, E> Graph traversals are the primary way in which graphs are processed. GraphTraversalSource A GraphTraversalSource is the primary DSL of the Gremlin traversal machine. It provides access to all the configurations and steps for Turing complete graph computing. GryoVersion Instruction Represents a Bytecode instruction by an operator name and its arguments. IO Lambda Provides methods to create lambdas . Operator Order P A P is a predicate of the form Func<object, bool>. That is, given some object, return true or false. PageRank PeerPressure Pick Pop Scope ShortestPath T TextP A TextP is a predicate of the form Func<string, bool>. That is, given some string, return true or false. Traverser A traverser represents the current state of an object flowing through a ITraversal . Interfaces IBiFunction Represents a function that accepts two arguments and produces a result. This is the two-arity specialization of IFunction . IBinaryOperator Represents an operation upon two operands of the same type, producing a result of the same type as the operands. This is a specialization of IBiFunction for the case where the operands and the result are all of the same type. IComparator A comparison function, which imposes a total ordering on some collection of objects. IConsumer Represents an operation that accepts a single input argument and returns no result. Unlike most other functional interfaces , Consumer is expected to operate via side-effects. IFunction Represents a function that accepts one argument and produces a result. ILambda Represents a lambda. IPredicate Represents a predicate (boolean-valued function) of one argument. ISupplier Represents a supplier of results ITraversal Represents the basic information for a walk over a graph. ITraversal<S, E> A traversal represents a directed walk over a graph. ITraversalSideEffects A ITraversal can maintain global sideEffects. ITraversalStrategy A ITraversalStrategy defines a particular atomic operation for mutating a ITraversal prior to its evaluation. IUnaryOperator Represents an operation on a single operand that produces a result of the same type as its operand. This is a specialization of Function for the case where the operand and result are of the same type." + "api/Gremlin.Net.Process.Traversal.Strategy.Optimization.RepeatUnrollStrategy.html": { + "href": "api/Gremlin.Net.Process.Traversal.Strategy.Optimization.RepeatUnrollStrategy.html", + "title": "Class RepeatUnrollStrategy | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class RepeatUnrollStrategy Inheritance System.Object AbstractTraversalStrategy RepeatUnrollStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.Equals(Object) AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization Assembly : cs.temp.dll.dll Syntax public class RepeatUnrollStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy> Implements ITraversalStr ategy System.IEquatable<T>" }, - "api/Gremlin.Net.Structure.IO.GraphSON.GraphSONUtil.html": { - "href": "api/Gremlin.Net.Structure.IO.GraphSON.GraphSONUtil.html", - "title": "Class GraphSONUtil | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class GraphSONUtil Provides helper methods for GraphSON serialization. Inheritance System.Object GraphSONUtil Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Structure.IO.GraphSON Assembly : cs.temp.dll.dll Syntax public static class GraphSONUtil Methods FormatTypeName(String, String) Formats a type name with its prefix to a GraphSON TypeID. Declaration public static string FormatTypeName(string namespacePrefix, string typeName) Parameters Type Name Description System.String namespacePrefix The namespace prefix (default is \"g\"). System.String typeName The name of the type. Returns Type Description System.String The formatted TypeID. ToTypedValue(String, Object, String) Transforms a value intos its GraphSON representati on including type information. Declaration public static Dictionary<string, dynamic> ToTypedValue(string typename, dynamic value, string prefix = \"g\") Parameters Type Name Description System.String typename The name of the type. System.Object value The value to transform. System.String prefix A namespace prefix for the typename. Returns Type Description System.Collections.Generic.Dictionary < System.String , System.Object > The GraphSON representation including type information." + "api/Gremlin.Net.Process.Traversal.IPredicate.html": { + "href": "api/Gremlin.Net.Process.Traversal.IPredicate.html", + "title": "Interface IPredicate | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Interface IPredicate Represents a predicate (boolean-valued function) of one argument. Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public interface IPredicate" }, - "api/Gremlin.Net.Driver.GremlinClient.html": { - "href": "api/Gremlin.Net.Driver.GremlinClient.html", - "title": "Class GremlinClient | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class GremlinClient Provides a mechanism for submitting Gremlin requests to one Gremlin Server. Inheritance System.Object GremlinClient Implements IGremlinClient System.IDisposable Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Driver Assembly : cs.temp.dll.dll Syntax public class GremlinClient : IGremlinClient, IDisposable Constructors GremlinClient(GremlinServer, GraphSONReader, GraphSONWriter, String, ConnectionPoolSettings, Action<ClientWebSocketOptions>) Initializes a new instance of the GremlinClient class for the specified Gremlin Server. Declaration public GremlinClient(GremlinServer gremlinServer, GraphSONReader graphSONReader = null, GraphSONWriter graphSONWriter = null, string mimeType = null, ConnectionPoolS ettings connectionPoolSettings = null, Action<ClientWebSocketOptions> webSocketConfiguration = null) Parameters Type Name Description GremlinServer gremlinServer The GremlinServer the requests should be sent to. GraphSONReader graphSONReader A GraphSONReader instance to read received GraphSON data. GraphSONWriter graphSONWriter a GraphSONWriter instance to write GraphSON data. System.String mimeType The GraphSON version mime type, defaults to latest supported by the server. ConnectionPoolSettings connectionPoolSettings The ConnectionPoolSettings for the connection pool. System.Action < ClientWebSocketOptions > webSocketConfiguration A delegate that will be invoked with the object used to configure WebSocket connections. Fields DefaultMimeType Defines the default mime type to use. Declaration public const string DefaultMimeType = \"application/vnd.gremlin-v3.0+json\" Field Value Type Description System.String GraphSON2MimeType The GraphSON2 mime type to use. Declaration public const string GraphSON2MimeType = \"application/vnd.gremlin-v2.0+json\" Field Value Type Description System.String Properties NrConnections Gets the number of open connections. Declaration public int NrConnections { get; } Property Value Type Description System.Int32 Methods Dispose() Declaration public void Dispose() Dispose(Boolean) Releases the resources used by the GremlinClient instance. Declaration protected virtual void Dispose(bool disposing) Parameters Type Name Description System.Boolean disposing Specifies whether managed resources should be released. SubmitAsync<T>(RequestMessage) Submits a request message as an asynchronous operation. Declaration public Task<ResultSet<T>> SubmitAsync<T>(RequestMessage requestMessage) Parameters Type Name Description RequestMessage requestMessage The RequestMessage to send. Returns Type Description System.Threading.Tasks.Task < ResultSet <T>> A ResultSet<T> containing the data and status attributes returned from the server. Type Parameters Name Description T The type of the expected results. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. Implements IGremlinClient System.IDisposable" + "api/Gremlin.Net.Process.Traversal.ISupplier.html": { + "href": "api/Gremlin.Net.Process.Traversal.ISupplier.html", + "title": "Interface ISupplier | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Interface ISupplier Represents a supplier of results Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public interface ISupplier" }, - "api/Gremlin.Net.Driver.IGremlinClient.html": { - "href": "api/Gremlin.Net.Driver.IGremlinClient.html", - "title": "Interface IGremlinClient | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Interface IGremlinClient Provides a mechanism for submitting Gremlin requests. Inherited Members System.IDisposable.Dispose() Namespace : Gremlin.Net.Driver Assembly : cs.temp.dll.dll Syntax public interface IGremlinClient : IDisposable Methods SubmitAsync<T>(RequestMessage) Submits a request message as an asynchronous operation. Declaration Task<ResultSet<T>> SubmitAsync<T>(RequestMessage requestMessage) Parameters Type Name Description RequestMessage requestMessage The RequestMessage to send. Returns Type Description System.Threading.Tasks.Task < ResultSet <T>> A ResultSet<T> containing the data and status attributes returned from the server. Type Parameters Name Description T The type of the expected results. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred." + "api/Gremlin.Net.Structure.IO.GraphSON.IGraphSONSerializer.html": { + "href": "api/Gremlin.Net.Structure.IO.GraphSON.IGraphSONSerializer.html", + "title": "Interface IGraphSONSerializer | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Interface IGraphSONSerializer Supports serializing of an object to GraphSON. Namespace : Gremlin.Net.Structure.IO.GraphSON Assembly : cs.temp.dll.dll Syntax public interface IGraphSONSerializer Methods Dictify(Object, GraphSONWriter) Transforms an object into a dictionary that resembles its GraphSON representation. Declaration Dictionary<string, dynamic> Dictify(dynamic objectData, GraphSONWriter writer) Parameters Type Name Description System.Object objectData The object to dictify. GraphSONWriter writer A GraphSONWriter that can be used to dictify properties of the object. Returns Type Description System.Collections.Generic.Dictionary < System.String , System.Object > The GraphSON representation." }, - "api/Gremlin.Net.Process.Remote.RemoteStrategy.html": { - "href": "api/Gremlin.Net.Process.Remote.RemoteStrategy.html", - "title": "Class RemoteStrategy | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class RemoteStrategy Reconstructs a by submitting it to a remote server via an IRemoteConnection instance. Inheritance System.Object RemoteStrategy Namespace : Gremlin.Net.Process.Remote Assembly : cs.temp.dll.dll Syntax public class RemoteStrategy : ITraversalStrategy Constructors RemoteStrategy(IRemoteConnection) Initializes a new instance of the RemoteStrategy class. Declaration public RemoteStrategy(IRemoteConnection remoteConnection) Parameters Type Name Description IRemoteConnection remoteConnection The IRemoteConnection that should be used. Methods Apply<S, E>(ITraversal<S, E>) Declaration public void Apply<S, E>(ITraversal<S, E> traversal) Parameters Type Name Description ITraversal <S, E> traversal Type Parameters Name Description S E ApplyAsync<S, E>(ITraversal<S, E>) Declaration public Task ApplyAsync<S, E>(ITraversal<S, E> traversal) Parameters Type Name Description ITraversal <S, E> traversal Returns Type Description System.Threading.Tasks.Task Type Par ameters Name Description S E" + "api/Gremlin.Net.Structure.IO.GraphSON.html": { + "href": "api/Gremlin.Net.Structure.IO.GraphSON.html", + "title": "Namespace Gremlin.Net.Structure.IO.GraphSON | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Namespace Gremlin.Net.Structure.IO.GraphSON Classes GraphSON2Reader Handles deserialization of GraphSON3 data. GraphSON2Writer Handles serialization of GraphSON2 data. GraphSON3Reader Handles deserialization of GraphSON3 data. GraphSON3Writer Handles serialization of GraphSON3 data. GraphSONReader Allows to deserialize GraphSON to objects. GraphSONUtil Provides helper methods for GraphSON serialization. GraphSONWriter Allows to serialize objects to GraphSON. Interfaces IGraphSONDeserializer Supports deserializing GraphSON into an object. IGraphSONSerializer Supports serializing of an object to GraphSON." }, - "api/Gremlin.Net.Process.Traversal.Bindings.html": { - "href": "api/Gremlin.Net.Process.Traversal.Bindings.html", - "title": "Class Bindings | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class Bindings Bindings are used to associate a variable with a value. Inheritance System.Object Bindings Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class Bindings Properties Instance Gets an instance of the Bindings class. Declaration public static Bindings Instance { get; } Property Value Type Description Bindings Methods Of<TV>(String, TV) Binds the variable to the specified value. Declaration public TV Of<TV>(string variable, TV value) Parameters Type Name Description System.String variable The variable to bind. TV value The value to which the variable should be bound. Returns Type Description TV The bound value. Type Parameters Name Description TV" + "api/Gremlin.Net.Driver.Exceptions.NoConnectionAvailableException.html": { + "href": "api/Gremlin.Net.Driver.Exceptions.NoConnectionAvailableException.html", + "title": "Class NoConnectionAvailableException | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class NoConnectionAvailableException The exception that is thrown when no connection is available to service a request. Inheritance System.Object System.Exception NoConnectionAvailableException ConnectionPoolBusyException ServerUnavailableException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() Syste m.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Driver.Exceptions Assembly : cs.temp.dll.dll Syntax public class NoConnectionAvailableException : Exception, ISerializable, _Exception Constructors NoConnectionAvailableException() Initializes a new instance of the NoConnectionAvailableException class. Declaration public NoConnectionAvailableException() NoConnectionAvailableException(String) Initializes a new instance of the NoConnectionAvailableException class. Declaration public NoConnectionAvailableException(string message) Parameters Type Name Description System.String message NoConnectionAvailableException(String, Exception) Initializes a new instance of the NoConnectionAvailableException class. Declaration public NoConnectionAvailableException(string message, Exception inner) Parameters Type Name Description System.String message System.Exception inner Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, - "api/Gremlin.Net.Process.Traversal.ConnectedComponent.html": { - "href": "api/Gremlin.Net.Process.Traversal.ConnectedComponent.html", - "title": "Class ConnectedComponent | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class ConnectedComponent Inheritance System.Object ConnectedComponent Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class ConnectedComponent Fields component Declaration public const string component = \"gremlin.connectedComponentVertexProgram.component\" Field Value Type Description System.String edges Declaration public const string edges = \"~tinkerpop.connectedComponent.edges\" Field Value Type Description System.String propertyName Declaration public const string propertyName = \"~tinkerpop.connectedComponent.propertyName\" Field Value Type Description System.String" + "api/Gremlin.Net.Driver.GremlinClientExtensions.html": { + "href": "api/Gremlin.Net.Driver.GremlinClientExtensions.html", + "title": "Class GremlinClientExtensions | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class GremlinClientExtensions Provides extension methods for the IGremlinClient interface. Inheritance System.Object GremlinClientExtensions Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Driver Assembly : cs.temp.dll.dll Syntax public static class GremlinClientExtensions Methods SubmitAsync(IGremlinClient, RequestMessage) Submits a request message as an asynchronous operation without returning the result received from the Gremlin Server. Declaration public static Task SubmitAsync(this IGremlinClient gremlinClient, RequestMessage requestMessage) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. RequestMessage requestMessage The RequestMessage to send. Returns Type Description System.Threading.Tasks.Task The task object representing the asynchronous operation. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. SubmitAsync(IGremlinClient, String, Dictionary<String, Object>) Submits a request message that consists of a script with bindings as an asynchronous operation without returning the result received from the Gremlin Server. Declaration public static Task SubmitAsync(this IGremlinClient gremlinClient, string requestScript, Dictionary<string, object> bindings = null) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. System.String requestScript The Gremlin request script to send. System.Collections.Generic.Dictionary < System.String , System.Object > bindings Bindings for parameters used in the requestScript. Returns Type Description System.Threading.Tasks.Task The task object representing the asynch ronous operation. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. SubmitAsync<T>(IGremlinClient, String, Dictionary<String, Object>) Submits a request message that consists of a script with bindings as an asynchronous operation. Declaration public static Task<ResultSet<T>> SubmitAsync<T>(this IGremlinClient gremlinClient, string requestScript, Dictionary<string, object> bindings = null) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. System.String requestScript The Gremlin request script to send. System.Collections.Generic.Dictionary < System.String , System.Object > bindings Bindings for parameters used in the requestScript. Returns Type Description System.Threading.Tasks.Task < ResultSet <T>> A ResultSet<T> containing the data and status attributes returned from the server. Type Parameters Name Description T The type of the expected r esults. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. SubmitWithSingleResultAsync<T>(IGremlinClient, RequestMessage) Submits a request message as an asynchronous operation where only a single result gets returned. Declaration public static Task<T> SubmitWithSingleResultAsync<T>(this IGremlinClient gremlinClient, RequestMessage requestMessage) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. RequestMessage requestMessage The RequestMessage to send. Returns Type Description System.Threading.Tasks.Task <T> A single result received from the Gremlin Server. Type Parameters Name Description T The type of the expected result. Remarks If multiple results are received from Gremlin Server, then only the first gets returned. Use SubmitAsync<T>(IGremlinClient, String, Dictionary<String, Object>) instead when you expect a collection of results. Exc eptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred. SubmitWithSingleResultAsync<T>(IGremlinClient, String, Dictionary<String, Object>) Submits a request message that consists of a script with bindings as an asynchronous operation where only a single result gets returned. Declaration public static Task<T> SubmitWithSingleResultAsync<T>(this IGremlinClient gremlinClient, string requestScript, Dictionary<string, object> bindings = null) Parameters Type Name Description IGremlinClient gremlinClient The IGremlinClient that submits the request. System.String requestScript The Gremlin request script to send. System.Collections.Generic.Dictionary < System.String , System.Object > bindings Bindings for parameters used in the requestScript. Returns Type Description System.Threading.Tasks.Task <T> A single result received from the Gremlin Server. Type Parameters Name Description T The type of the expected result . Remarks If multiple results are received from Gremlin Server, then only the first gets returned. Use SubmitAsync<T>(IGremlinClient, String, Dictionary<String, Object>) instead when you expect a collection of results. Exceptions Type Condition ResponseException Thrown when a response is received from Gremlin Server that indicates that an error occurred." + }, + "api/Gremlin.Net.Driver.Exceptions.ResponseException.html": { + "href": "api/Gremlin.Net.Driver.Exceptions.ResponseException.html", + "title": "Class ResponseException | Apache TinkerPop - Gremlin.NET API Docs", + "keywords": "Class ResponseException The exception that is thrown when a response is received from Gremlin Server that indicates that an error occurred. Inheritance System.Object System.Exception ResponseException Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception Inherited Members System.Exception.GetBaseException() System.Exception.ToString() System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) System.Exception.GetType() System.Exception.Message System.Exception.Data System.Exception.InnerException System.Exception.TargetSite System.Exception.StackTrace System.Exception.HelpLink System.Exception.Source System.Exception.HResult System.Exception.SerializeObjectState System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.O bject) Namespace : Gremlin.Net.Driver.Exceptions Assembly : cs.temp.dll.dll Syntax public class ResponseException : Exception, ISerializable, _Exception Constructors ResponseException(ResponseStatusCode, IReadOnlyDictionary<String, Object>, String) Initializes a new instance of the ResponseException class. Declaration public ResponseException(ResponseStatusCode statusCode, IReadOnlyDictionary<string, object> statusAttributes, string message) Parameters Type Name Description ResponseStatusCode statusCode The status code returned by the server. System.Collections.Generic.IReadOnlyDictionary < System.String , System.Object > statusAttributes The status attributes from the gremlin response. System.String message The error message string. Properties StatusAttributes Gets the status attributes from the gremlin response Declaration public IReadOnlyDictionary<string, object> StatusAttributes { get; } Property Value Type Description System.Collections.Generic.IReadOnlyDictionary < System.Str ing , System.Object > StatusCode Gets the status code returned from the server. Declaration public ResponseStatusCode StatusCode { get; } Property Value Type Description ResponseStatusCode Implements System.Runtime.Serialization.ISerializable System.Runtime.InteropServices._Exception" }, "api/Gremlin.Net.Process.Traversal.GraphTraversalSource.html": { "href": "api/Gremlin.Net.Process.Traversal.GraphTraversalSource.html", "title": "Class GraphTraversalSource | Apache TinkerPop - Gremlin.NET API Docs", "keywords": "Class GraphTraversalSource A GraphTraversalSource is the primary DSL of the Gremlin traversal machine. It provides access to all the configurations and steps for Turing complete graph computing. Inheritance System.Object GraphTraversalSource Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class GraphTraversalSource Constructors GraphTraversalSource() Initializes a new instance of the GraphTraversalSource class. Declaration public GraphTraversalSource() GraphTraversalSource(ICollection<ITraversalStrategy>, Bytecode) Initializes a new instance of the GraphTraversalSource class. Declaration public GraphTraversalSource(ICollection<ITraversalStrategy> traversalStrateg ies, Bytecode bytecode) Parameters Type Name Description System.Collections.Generic.ICollection < ITraversalStrategy > traversalStrategies The traversal strategies associated with this graph traversal source. Bytecode bytecode The Bytecode associated with the current state of this graph traversal source. Properties Bytecode Gets or sets the Bytecode associated with the current state of this graph traversal source. Declaration public Bytecode Bytecode { get; set; } Property Value Type Description Bytecode TraversalStrategies Gets or sets the traversal strategies associated with this graph traversal source. Declaration public ICollection<ITraversalStrategy> TraversalStrategies { get; set; } Property Value Type Description System.Collections.Generic.ICollection < ITraversalStrategy > Methods AddE(ITraversal) Spawns a GraphTraversal<S, E> off this graph traversal source and adds the addE step to that traversal. Declaration public GraphTraversal<Edge, Edge> AddE(ITraversal edgeLabelTrave rsal) Parameters Type Name Description ITraversal edgeLabelTraversal Returns Type Description GraphTraversal < Edge , Edge > AddE(String) Spawns a GraphTraversal<S, E> off this graph traversal source and adds the addE step to that traversal. Declaration public GraphTraversal<Edge, Edge> AddE(string label) Parameters Type Name Description System.String label Returns Type Description GraphTraversal < Edge , Edge > AddV() Spawns a GraphTraversal<S, E> off this graph traversal source and adds the addV step to that traversal. Declaration public GraphTraversal<Vertex, Vertex> AddV() Returns Type Description GraphTraversal < Vertex , Vertex > AddV(ITraversal) Spawns a GraphTraversal<S, E> off this graph traversal source and adds the addV step to that traversal. Declaration public GraphTraversal<Vertex, Vertex> AddV(ITraversal vertexLabelTraversal) Parameters Type Name Description ITraversal vertexLabelTraversal Returns Type Description GraphTraversal < Vertex , Vertex > AddV(String) Spawns a GraphTraversal<S, E> off this graph traversal source and adds the addV step to that traversal. Declaration public GraphTraversal<Vertex, Vertex> AddV(string label) Parameters Type Name Description System.String label Returns Type Description GraphTraversal < Vertex , Vertex > E(Object[]) Spawns a GraphTraversal<S, E> off this graph traversal source and adds the E step to that traversal. Declaration public GraphTraversal<Edge, Edge> E(params object[] edgesIds) Parameters Type Name Description System.Object [] edgesIds Returns Type Description GraphTraversal < Edge , Edge > Inject<S>(S[]) Spawns a GraphTraversal<S, E> off this graph traversal source and adds the inject step to that traversal. Declaration public GraphTraversal<S, S> Inject<S>(params S[] starts) Parameters Type Name Description S[] starts Returns Type Description GraphTraversal <S, S> Type Parameters Name Description S Io<S>(String) Spawns a GraphTraversal<S, E> off this graph traversal source and adds the io step to that traversal. Declaration public GraphTraversal<S, S> Io<S>(string file) Parameters Type Name Description System.String file Returns Type Description GraphTraversal <S, S> Type Parameters Name Description S V(Object[]) Spawns a GraphTraversal<S, E> off this graph traversal source and adds the V step to that traversal. Declaration public GraphTraversal<Vertex, Vertex> V(params object[] vertexIds) Parameters Type Name Description System.Object [] vertexIds Returns Type Description GraphTraversal < Vertex , Vertex > With(String) Declaration public GraphTraversalSource With(string key) Parameters Type Name Description System.String key Returns Type Description GraphTraversalSource With(String, Object) Declaration public GraphTraversalSource With(string key, object value) Parameters Type Name Description System.String key System.Object value Returns Type Description GraphTraversalSource WithBindings(Object) Declaration [Obsolete(\"Use the Bindings class instead.\", false)] public Grap hTraversalSource WithBindings(object bindings) Parameters Type Name Description System.Object bindings Returns Type Description GraphTraversalSource WithBulk(Boolean) Declaration public GraphTraversalSource WithBulk(bool useBulk) Parameters Type Name Description System.Boolean useBulk Returns Type Description GraphTraversalSource WithComputer(String, Nullable<Int32>, String, String, ITraversal, ITraversal, Dictionary<String, Object>) Add a GraphComputer class used to execute the traversal. This adds a to the strategies. Declaration public GraphTraversalSource WithComputer(string graphComputer = null, int? workers = default(int? ), string persist = null, string result = null, ITraversal vertices = null, ITraversal edges = null, Dictionary<string, dynamic> configuration = null) Parameters Type Name Description System.String graphComputer System.Nullable < System.Int32 > workers System.String persist System.String result ITraversal vertices ITraversal edges System.Collections.Generic.D ictionary < System.String , System.Object > configuration Returns Type Description GraphTraversalSource WithoutStrategies(Type[]) Declaration public GraphTraversalSource WithoutStrategies(params Type[] traversalStrategyClasses) Parameters Type Name Description System.Type [] traversalStrategyClasses Returns Type Description GraphTraversalSource WithPath() Declaration public GraphTraversalSource WithPath() Returns Type Description GraphTraversalSource WithRemote(IRemoteConnection) Configures the GraphTraversalSource as a \"remote\" to issue the GraphTraversal<S, E> for execution elsewhere. Declaration public GraphTraversalSource WithRemote(IRemoteConnection remoteConnection) Parameters Type Name Description IRemoteConnection remoteConnection The instance to use to submit the GraphTraversal<S, E> . Returns Type Description GraphTraversalSource A GraphTraversalSource configured to use the provided . WithSack(ISupplier) Declaration public GraphTraversalSource WithSack(ISupplier initialV alue) Parameters Type Name Description ISupplier initialValue Returns Type Description GraphTraversalSource WithSack(ISupplier, IBinaryOperator) Declaration public GraphTraversalSource WithSack(ISupplier initialValue, IBinaryOperator mergeOperator) Parameters Type Name Description ISupplier initialValue IBinaryOperator mergeOperator Returns Type Description GraphTraversalSource WithSack(ISupplier, IUnaryOperator) Declaration public GraphTraversalSource WithSack(ISupplier initialValue, IUnaryOperator splitOperator) Parameters Type Name Description ISupplier initialValue IUnaryOperator splitOperator Returns Type Description GraphTraversalSource WithSack(ISupplier, IUnaryOperator, IBinaryOperator) Declaration public GraphTraversalSource WithSack(ISupplier initialValue, IUnaryOperator splitOperator, IBinaryOperator mergeOperator) Parameters Type Name Description ISupplier initialValue IUnaryOperator splitOperator IBinaryOperator mergeOperator Returns Type Description GraphTraversalSourc e WithSack(Object) Declaration public GraphTraversalSource WithSack(object initialValue) Parameters Type Name Description System.Object initialValue Returns Type Description GraphTraversalSource WithSack(Object, IBinaryOperator) Declaration public GraphTraversalSource WithSack(object initialValue, IBinaryOperator mergeOperator) Parameters Type Name Description System.Object initialValue IBinaryOperator mergeOperator Returns Type Description GraphTraversalSource WithSack(Object, IUnaryOperator) Declaration public GraphTraversalSource WithSack(object initialValue, IUnaryOperator splitOperator) Parameters Type Name Description System.Object initialValue IUnaryOperator splitOperator Returns Type Description GraphTraversalSource WithSack(Object, IUnaryOperator, IBinaryOperator) Declaration public GraphTraversalSource WithSack(object initialValue, IUnaryOperator splitOperator, IBinaryOperator mergeOperator) Parameters Type Name Description System.Object initialValue IUnaryOperator splitOp erator IBinaryOperator mergeOperator Returns Type Description GraphTraversalSource WithSideEffect(String, ISupplier) Declaration public GraphTraversalSource WithSideEffect(string key, ISupplier initialValue) Parameters Type Name Description System.String key ISupplier initialValue Returns Type Description GraphTraversalSource WithSideEffect(String, ISupplier, IBinaryOperator) Declaration public GraphTraversalSource WithSideEffect(string key, ISupplier initialValue, IBinaryOperator reducer) Parameters Type Name Description System.String key ISupplier initialValue IBinaryOperator reducer Returns Type Description GraphTraversalSource WithSideEffect(String, Object) Declaration public GraphTraversalSource WithSideEffect(string key, object initialValue) Parameters Type Name Description System.String key System.Object initialValue Returns Type Description GraphTraversalSource WithSideEffect(String, Object, IBinaryOperator) Declaration public GraphTraversalSource WithSideEffect(string key, object initialValue, IBinaryOperator reducer) Parameters Type Name Description System.String key System.Object initialValue IBinaryOperator reducer Returns Type Description GraphTraversalSource WithStrategies(ITraversalStrategy[]) Declaration public GraphTraversalSource WithStrategies(params ITraversalStrategy[] traversalStrategies) Parameters Type Name Description ITraversalStrategy [] traversalStrategies Returns Type Description GraphTraversalSource" }, - "api/Gremlin.Net.Process.Traversal.GryoVersion.html": { - "href": "api/Gremlin.Net.Process.Traversal.GryoVersion.html", - "title": "Class GryoVersion | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class GryoVersion Inheritance System.Object EnumWrapper GryoVersion Implements System.IEquatable < EnumWrapper > Inherited Members EnumWrapper.EnumName EnumWrapper.EnumValue EnumWrapper.Equals(EnumWrapper) EnumWrapper.Equals(Object) EnumWrapper.GetHashCode() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class GryoVersion : EnumWrapper, IEquatable<EnumWrapper> Properties V1_0 Declaration public static GryoVersion V1_0 { get; } Property Value Type Description GryoVersion V3_0 Declaration public static GryoVersion V3_0 { get; } Property Value Type Description GryoVersion Methods GetByValue(String) Gets the GryoVersion enumeration by value. Declaration public static GryoVersion GetByValue(string value) Parameters Type Name Description System.Str ing value Returns Type Description GryoVersion Implements System.IEquatable<T>" - }, - "api/Gremlin.Net.Process.Traversal.IO.html": { - "href": "api/Gremlin.Net.Process.Traversal.IO.html", - "title": "Class IO | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class IO Inheritance System.Object IO Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class IO Fields graphml Declaration public const string graphml = \"graphml\" Field Value Type Description System.String graphson Declaration public const string graphson = \"graphson\" Field Value Type Description System.String gryo Declaration public const string gryo = \"gryo\" Field Value Type Description System.String reader Declaration public const string reader = \"~tinkerpop.io.reader\" Field Value Type Description System.String registry Declaration public const string registry = \"~tinkerpop.io.registry\" Field Value Type Description System.String writer Declaration pub lic const string writer = \"~tinkerpop.io.writer\" Field Value Type Description System.String" - }, - "api/Gremlin.Net.Process.Traversal.ShortestPath.html": { - "href": "api/Gremlin.Net.Process.Traversal.ShortestPath.html", - "title": "Class ShortestPath | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class ShortestPath Inheritance System.Object ShortestPath Inherited Members System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ToString() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class ShortestPath Fields distance Declaration public const string distance = \"~tinkerpop.shortestPath.distance\" Field Value Type Description System.String edges Declaration public const string edges = \"~tinkerpop.shortestPath.edges\" Field Value Type Description System.String includeEdges Declaration public const string includeEdges = \"~tinkerpop.shortestPath.includeEdges\" Field Value Type Description System.String maxDistance Declaration public const string maxDistance = \"~tinkerpop.shortestPath.maxDistance\" Field Value Type Description System.String target Declaration public const string target = \"~tinkerpop.shortestPath.target\" Field Value Type Description System.String" - }, - "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.OptionsStrategy.html": { - "href": "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.OptionsStrategy.html", - "title": "Class OptionsStrategy | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class OptionsStrategy OptionsStrategy makes no changes to the traversal itself - it just carries configuration information at the traversal level. Inheritance System.Object AbstractTraversalStrategy OptionsStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.Equals(Object) AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Decoration Assembly : cs.temp.dll.dll Syntax public class OptionsStrategy : A bstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy> Constructors OptionsStrategy() Initializes a new instance of the OptionsStrategy class. Declaration public OptionsStrategy() OptionsStrategy(IDictionary<String, Object>) Initializes a new instance of the OptionsStrategy class. Declaration public OptionsStrategy(IDictionary<string, object> options) Parameters Type Name Description System.Collections.Generic.IDictionary < System.String , System.Object > options Specifies the options for the traversal. Implements ITraversalStrategy System.IEquatable<T>" - }, - "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.PartitionStrategy.html": { - "href": "api/Gremlin.Net.Process.Traversal.Strategy.Decoration.PartitionStrategy.html", - "title": "Class PartitionStrategy | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class PartitionStrategy Partitions the vertices, edges and vertex properties of a graph into String named partitions. Inheritance System.Object AbstractTraversalStrategy PartitionStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.Equals(Object) AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Decoration Assembly : cs.temp.dll.dll Syntax public class PartitionStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy> Constructors PartitionStrategy() Initializes a new instance of the PartitionStrategy class. Declaration public PartitionStrategy() PartitionStrategy(String, String, IEnumerable<String>, Nullable<Boolean>) Initializes a new instance of the PartitionStrategy class. Declaration public PartitionStrategy(string partitionKey = null, string writePartition = null, IEnumerable<string> readPartitions = null, bool? includeMetaProperties = default(bool? )) Parameters Type Name Description System.String partitionKey Specifies the partition key name. System.String writePartition Specifies the name of the partition to write when adding vertices, edges and vertex properties. System.Collections.Generic.IEnumerable < System.String > readPartitions Specifies the partition of the graph to read from. System.Nullable < System.Boolean > includeMetaProperties Set to true if vertex properties should get assigned to partitions. Implements ITraversalS trategy System.IEquatable<T>" - }, - "api/Gremlin.Net.Process.Traversal.Strategy.Optimization.FilterRankingStrategy.html": { - "href": "api/Gremlin.Net.Process.Traversal.Strategy.Optimization.FilterRankingStrategy.html", - "title": "Class FilterRankingStrategy | Apache TinkerPop - Gremlin.NET API Docs", - "keywords": "Class FilterRankingStrategy Reorders filter- and order-steps according to their rank. Inheritance System.Object AbstractTraversalStrategy FilterRankingStrategy Implements ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited Members AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) AbstractTraversalStrategy.Equals(Object) AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() System.Object.Equals(System.Object, System.Object) System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization Assembly : cs.temp.dll.dll Syntax public class FilterRankingStrategy : AbstractTraversalStrategy, ITraversalStrategy, I Equatable<AbstractTraversalStrategy> Implements ITraversalStrategy System.IEquatable<T>" - }, - "api/Gremlin.Net.Process.Traversal.ITraversal-2.html": { - "href": "api/Gremlin.Net.Process.Traversal.ITraversal-2.html", - "title": "Interface ITraversal<S, E> | Apache TinkerPop - Gremlin.NET API Docs",
[... 766 lines stripped ...]
