Namespace: FSharp.Azure.StorageTypeProvider.Table
The different types of insertion mechanism to use.
Insert
Insert if the entity does not already exist.
Upsert
Insert if the entity does not already exist; otherwise overwrite the entity.