Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class EventingFunctionUrlBinding

These bindings are utilized by the cURL language construct to access external resources.

Inheritance
object
EventingFunctionUrlBinding
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
[JsonConverter(typeof(EventingFunctionUrlBindingConverter))]
public class EventingFunctionUrlBinding

Constructors

View Source

EventingFunctionUrlBinding()

Declaration
public EventingFunctionUrlBinding()

Properties

View Source

Alias

Symbolic name used in code to refer to this binding

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

Required. The minimum length is 1 and the max is 20.

View Source

AllowCookies

Allow cookies on the session.

Declaration
[JsonPropertyName("allow_cookies")]
public bool AllowCookies { get; set; }
Property Value
Type Description
bool
Remarks

Required. The default is true.

View Source

Auth

The http authentication method to use with this endpoint.

Declaration
[JsonIgnore]
public IEventingFunctionUrlAuth Auth { get; set; }
Property Value
Type Description
IEventingFunctionUrlAuth
View Source

Hostname

Full URL (including any path) that this binding connects.

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

Required. The minimum length is 1.

View Source

ValidateSslCertificate

Validate remote server certificate using OS mechanisms.

Declaration
[JsonPropertyName("validate_ssl_certificate")]
public bool ValidateSslCertificate { get; set; }
Property Value
Type Description
bool
Remarks

Required.

Methods

View Source

ToJson()

Declaration
[Obsolete]
public JObject ToJson()
Returns
Type Description
JObject
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.