Couchbase .NET SDK __CB_SDK_VERSION__

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.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Management.Eventing
Assembly: Couchbase.NetClient.dll
Syntax
public class EventingFunctionKeyspace

Properties

View Source

Bucket

The bucket name.

Declaration
public string Bucket { get; }
Property Value
Type Description
string
View Source

Collection

The collection name.

Declaration
public string Collection { get; }
Property Value
Type Description
string
View Source

Scope

The scope name.

Declaration
public string Scope { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.