Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class ScopeSpec

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

    Constructors

    | Edit this page View Source

    ScopeSpec(string)

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

    Properties

    | Edit this page View Source

    Collections

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

    Name

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

    Methods

    | Edit this page View Source

    Equals(ScopeSpec)

    Declaration
    public bool Equals(ScopeSpec other)
    Parameters
    Type Name Description
    ScopeSpec other
    Returns
    Type Description
    bool
    | Edit this page 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)
    | Edit this page View Source

    GetHashCode()

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

    Operators

    | Edit this page 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
    | Edit this page 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>
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.