Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IResponseStatus

Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public interface IResponseStatus

Properties

View Source

Status

The ResponseStatus returned by the server for each operation.

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