Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class OuterRequestSpans.ManagerSpan.Bucket

Inheritance
object
OuterRequestSpans.ManagerSpan.Bucket
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Core.Diagnostics.Tracing
Assembly: Couchbase.NetClient.dll
Syntax
public static class OuterRequestSpans.ManagerSpan.Bucket

Fields

View Source

CreateBucket

Declaration
public const string CreateBucket = "manager_buckets_create_bucket"
Field Value
Type Description
string
View Source

DropBucket

Declaration
public const string DropBucket = "manager_buckets_drop_bucket"
Field Value
Type Description
string
View Source

FlushBucket

Declaration
public const string FlushBucket = "manager_buckets_flush_bucket"
Field Value
Type Description
string
View Source

GetAllBuckets

Declaration
public const string GetAllBuckets = "manager_buckets_get_all_buckets"
Field Value
Type Description
string
View Source

GetBucket

Declaration
public const string GetBucket = "manager_buckets_get_bucket"
Field Value
Type Description
string
View Source

UpdateBucket

Declaration
public const string UpdateBucket = "manager_buckets_update_bucket"
Field Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.