Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class OuterRequestSpans.ManagerSpan.Users

Inheritance
object
OuterRequestSpans.ManagerSpan.Users
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.Users

Fields

View Source

ChangePassword

Declaration
public const string ChangePassword = "manager_users_change_password"
Field Value
Type Description
string
View Source

DropGroup

Declaration
public const string DropGroup = "manager_users_drop_group"
Field Value
Type Description
string
View Source

DropUser

Declaration
public const string DropUser = "manager_users_drop_user"
Field Value
Type Description
string
View Source

GetAllGroups

Declaration
public const string GetAllGroups = "manager_users_get_all_groups"
Field Value
Type Description
string
View Source

GetAllUsers

Declaration
public const string GetAllUsers = "manager_users_get_all_users"
Field Value
Type Description
string
View Source

GetGroup

Declaration
public const string GetGroup = "manager_users_get_group"
Field Value
Type Description
string
View Source

GetRoles

Declaration
public const string GetRoles = "manager_users_get_roles"
Field Value
Type Description
string
View Source

GetUser

Declaration
public const string GetUser = "manager_users_get_user"
Field Value
Type Description
string
View Source

UpsertGroup

Declaration
public const string UpsertGroup = "manager_users_upsert_group"
Field Value
Type Description
string
View Source

UpsertUser

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