Struct DataStoreTypes.SerializedItemDescriptor
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public struct DataStoreTypes.SerializedItemDescriptor
Constructors
SerializedItemDescriptor(int, bool, string)
Declaration
public SerializedItemDescriptor(int version, bool deleted, string serializedItem)
Parameters
Type |
Name |
Description |
int |
version |
|
bool |
deleted |
|
string |
serializedItem |
|
Properties
Deleted
Declaration
public bool Deleted { get; }
Property Value
SerializedItem
Declaration
public string SerializedItem { get; }
Property Value
Version
Declaration
public int Version { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides