GremlinVertex.GetVertexProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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