Class ETag
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class ETag : BasePdu<ETag>, IEquatable<ETag>
Constructors
ETag(ETag)
Declaration
public ETag([NotNull] ETag other)
Parameters
Type |
Name |
Description |
ETag |
other |
|
Properties
ctag
The cluster tag, used to indicate the version of the cluster.
Declaration
[CanBeNull]
public string ctag { get; set; }
Property Value
etag
The entity tag. Is allowed to wrap. A wrap shall be consider an increase in tag value.
Declaration
public int etag { get; set; }
Property Value
gtag
The global tag. Used to indicate version of site-wide configurations.
Declaration
public int gtag { get; set; }
Property Value
id
Declaration
public long id { get; set; }
Property Value
ltag
The locker configuration tag.
Declaration
public int ltag { get; set; }
Property Value
Methods
ToJson(Boolean)
Declaration
protected override string ToJson(bool sending)
Parameters
Type |
Name |
Description |
Boolean |
sending |
|
Returns
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.ETag>.ToJson(System.Boolean)
Implements