AMPS C# Client  5.3.4.0
AMPS C# Client for .NET
AMPS.Client.SOWDeleteTypes Class Reference

SOWDeleteTypes provides constants representing different types of delete operations in a SOW (State of the World) topic. More...

Public Attributes

const int ByData = 1
 Delete operation by data. More...
 
const int ByFilter = 2
 Delete operation by filter. More...
 
const int ByKeys = 4
 Delete operation by keys. More...
 
const int ByBookmark = 8
 Delete operation by bookmark. More...
 
const int ByBookmarkCancel = 16
 Cancel delete operation by bookmark. More...
 

Detailed Description

SOWDeleteTypes provides constants representing different types of delete operations in a SOW (State of the World) topic.

Member Data Documentation

const int AMPS.Client.SOWDeleteTypes.ByBookmark = 8

Delete operation by bookmark.

const int AMPS.Client.SOWDeleteTypes.ByBookmarkCancel = 16

Cancel delete operation by bookmark.

const int AMPS.Client.SOWDeleteTypes.ByData = 1

Delete operation by data.

const int AMPS.Client.SOWDeleteTypes.ByFilter = 2

Delete operation by filter.

const int AMPS.Client.SOWDeleteTypes.ByKeys = 4

Delete operation by keys.


The documentation for this class was generated from the following file: