GremlinVertex.GetVertexProperties Method

Definition

Overloads

GetVertexProperties()
GetVertexProperties(String)

GetVertexProperties()

public System.Collections.Generic.IEnumerable<Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty> GetVertexProperties ();
member this.GetVertexProperties : unit -> seq<Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty>
Public Function GetVertexProperties () As IEnumerable(Of GremlinVertexProperty)

Returns

Applies to

GetVertexProperties(String)

public System.Collections.Generic.IEnumerable<Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty> GetVertexProperties (string key);
member this.GetVertexProperties : string -> seq<Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty>
Public Function GetVertexProperties (key As String) As IEnumerable(Of GremlinVertexProperty)

Parameters

key
String

Returns

Applies to