Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class ScopeSpec

Inheritance
object
ScopeSpec
Implements
IEquatable<ScopeSpec>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: Couchbase.Management.Collections
Assembly: Couchbase.NetClient.dll
Syntax
public class ScopeSpec : IEquatable<ScopeSpec>

Constructors

View Source

ScopeSpec(string)

Declaration
public ScopeSpec(string name)
Parameters
Type Name Description
string name

Properties

View Source

Collections

Declaration
public IEnumerable<CollectionSpec> Collections { get; set; }
Property Value
Type Description
IEnumerable<CollectionSpec>
View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

Methods

View Source

Equals(ScopeSpec)

Declaration
public bool Equals(ScopeSpec other)
Parameters
Type Name Description
ScopeSpec other
Returns
Type Description
bool
View Source

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Operators

View Source

operator ==(ScopeSpec, ScopeSpec)

Declaration
public static bool operator ==(ScopeSpec left, ScopeSpec right)
Parameters
Type Name Description
ScopeSpec left
ScopeSpec right
Returns
Type Description
bool
View Source

operator !=(ScopeSpec, ScopeSpec)

Declaration
public static bool operator !=(ScopeSpec left, ScopeSpec right)
Parameters
Type Name Description
ScopeSpec left
ScopeSpec right
Returns
Type Description
bool

Implements

IEquatable<T>
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.