Chronicle v1 API - Class ScopeInfo (1.0.0-beta01)

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.

Inheritance

object > ScopeInfo

Namespace

Google.Cloud.Chronicle.V1

Assembly

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