Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class EventingFunctionConstantBinding

These bindings are utilized by the Function’s JavaScript handler code as global variables.

Inheritance
object
EventingFunctionConstantBinding
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 EventingFunctionConstantBinding

Constructors

View Source

EventingFunctionConstantBinding()

Declaration
public EventingFunctionConstantBinding()

Properties

View Source

Alias

The alias name of the constant binding.

Declaration
[JsonPropertyName("value")]
public string Alias { get; set; }
Property Value
Type Description
string
Remarks

Optional. The min length is 1 and the max is 20.

View Source

Literal

The literal value bound to the alias name.

Declaration
[JsonPropertyName("literal")]
public string Literal { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.