Table of Contents

Property IsDefault

Namespace
PowerSync.Common.Client.Sync.Stream
Assembly
PowerSync.Common.dll

IsDefault

Whether this stream subscription is included by default, regardless of whether the stream has explicitly been subscribed to or not. It's possible for both IsDefault and HasExplicitSubscription to be true at the same time - this happens when a default stream was subscribed explicitly.

public bool IsDefault { get; set; }

Property Value

bool