Azure Storage Type Provider


TableInsertMode

Namespace: FSharp.Azure.StorageTypeProvider.Table

The different types of insertion mechanism to use.

Record Fields

Record FieldDescription
Insert
Signature: TableInsertMode
Modifiers: static

Insert if the entity does not already exist.

Upsert
Signature: TableInsertMode
Modifiers: static

Insert if the entity does not already exist; otherwise overwrite the entity.

Fork me on GitHub