Freigeben über


MetricLocation.PartitionKey Property

 

Optional. The partition key inside the tables that contains the metrics.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string PartitionKey { get; set; }
public:
property String^ PartitionKey {
    String^ get();
    void set(String^ value);
}
member PartitionKey : string with get, set
Public Property PartitionKey As String

Property Value

Type: System.String

See Also

MetricLocation Class
Microsoft.Azure.Insights.Models Namespace

Return to top