Class HistoryQosPolicyConfiguration
- Assembly
- DataDistributionManagerNet.dll
Class managing HistoryQosPolicy
public class HistoryQosPolicyConfiguration : BaseConfiguration, IConfiguration, INotifyPropertyChanged
- Inheritance
-
HistoryQosPolicyConfiguration
- Implements
- Inherited Members
Constructors
HistoryQosPolicyConfiguration()
Initialize a new instance of HistoryQosPolicyConfiguration
public HistoryQosPolicyConfiguration()
HistoryQosPolicyConfiguration(HistoryQosPolicyKind, int)
Initialize a new instance of HistoryQosPolicyConfiguration
public HistoryQosPolicyConfiguration(HistoryQosPolicyConfiguration.HistoryQosPolicyKind kind, int depth)
Parameters
kind
HistoryQosPolicyConfiguration.HistoryQosPolicyKinddepth
int
Fields
DepthPropertyKey
Configuration key of Depth
public const string DepthPropertyKey = "datadistributionmanager.opendds.qos.historyqospolicy.depth"
Field Value
KindPropertyKey
Configuration key of Kind
public const string KindPropertyKey = "datadistributionmanager.opendds.qos.historyqospolicy.kind"
Field Value
Properties
Depth
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public int Depth { get; set; }
Property Value
Kind
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public HistoryQosPolicyConfiguration.HistoryQosPolicyKind Kind { get; set; }