Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class EventingFunctionKeyspace

    The key-space for an eventing function. May represent a source or meta-data key-space.

    Inheritance
    object
    EventingFunctionKeyspace
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Management.Eventing
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class EventingFunctionKeyspace

    Properties

    | Edit this page View Source

    Bucket

    The bucket name.

    Declaration
    public string Bucket { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Collection

    The collection name.

    Declaration
    public string Collection { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Scope

    The scope name.

    Declaration
    public string Scope { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.