Azure Storage Type Provider


LightweightTableEntity

Namespace: FSharp.Azure.StorageTypeProvider.Table

Represents a single table entity.

Instance members

Instance memberDescription
PartitionKey
Signature: string

The Partition Key of the entity.

CompiledName: get_PartitionKey

RowKey
Signature: string

The Row Key of the entity.

CompiledName: get_RowKey

Timestamp
Signature: DateTimeOffset

The timestamp of the entity.

CompiledName: get_Timestamp

Values
Signature: Map<string,obj>

A collection of key/value pairs of all other properties on this entity.

CompiledName: get_Values

Fork me on GitHub