Click or drag to resize
AppliedInfoT Class
When using Lightweight transactions, it provides information whether the change was applied or not.
Inheritance Hierarchy
SystemObject
  Cassandra.MappingAppliedInfoT

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public class AppliedInfo<T>

Type Parameters

T

The AppliedInfoT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyApplied
Determines if the change was applied.
Public propertyExisting
Gets or sets the existing data that prevented
Top
See Also