Condividi tramite


TableAttribute.PartitionKey Property

Definition

When binding to a table entity, gets the partition key of the entity.

[Microsoft.Azure.WebJobs.Description.AutoResolve]
public string PartitionKey { get; }
[<Microsoft.Azure.WebJobs.Description.AutoResolve>]
member this.PartitionKey : string
Public ReadOnly Property PartitionKey As String

Property Value

Attributes
Microsoft.Azure.WebJobs.Description.AutoResolveAttribute

Remarks

When binding to an entire table, returns null.

Applies to