Editar

Compartir a través de


RequestOptions.PartitionKey Property

Definition

Gets or sets the partition key elements for the current request.

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ PartitionKey { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::Object ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<object?>? PartitionKey { get; set; }
member this.PartitionKey : System.Collections.Generic.IReadOnlyList<obj> with get, set
Public Property PartitionKey As IReadOnlyList(Of Object)

Property Value

The default is null.

Applies to