public sealed class ScopeInfo : IMessage<ScopeInfo>, IEquatable<ScopeInfo>, IDeepCloneable<ScopeInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class ScopeInfo.
ScopeInfo specifies the scope info of the reference list.
Implements
IMessageScopeInfo, IEquatableScopeInfo, IDeepCloneableScopeInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ScopeInfo()
public ScopeInfo()
ScopeInfo(ScopeInfo)
public ScopeInfo(ScopeInfo other)
Parameter | |
---|---|
Name | Description |
other |
ScopeInfo |
Properties
ReferenceListScope
public ReferenceListScope ReferenceListScope { get; set; }
Required. The list of scope names of the reference list, if the list is empty the reference list is treated as unscoped.
Property Value | |
---|---|
Type | Description |
ReferenceListScope |