CosmosQueryExecutedEventData.Parameters 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Cosmos 查询中每个参数的名称/值。
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Name", "Value" })]
public virtual System.Collections.Generic.IReadOnlyList<(string Name, object? Value)> Parameters { get; }
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Name", "Value" })>]
member this.Parameters : System.Collections.Generic.IReadOnlyList<ValueTuple<string, obj>>
Public Overridable ReadOnly Property Parameters As IReadOnlyList(Of ValueTuple(Of String, Object))
属性值
- 属性