StreamDataFeatureStatusDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Stream Data state: the tenant flag plus the deployment-wide StreamData:Enabled instance
flag. The tenant flag is reported regardless of the instance flag, so a tenant left enabled on
an installation without stream data is visible as exactly that.
public class StreamDataFeatureStatusDto
Inheritance Object → StreamDataFeatureStatusDto
Properties
InstanceEnabled
True when stream data is enabled at the instance level.
public bool InstanceEnabled { get; set; }
Property Value
TenantEnabled
True when the tenant's stream data flag reads enabled.
public bool TenantEnabled { get; set; }
Property Value
Constructors
StreamDataFeatureStatusDto()
public StreamDataFeatureStatusDto()