Namespace Couchbase.Core.Compatibility
Classes
InterfaceStabilityAttribute
Annotation for the interface stability of a given API. A stable interface is one that is guaranteed not to change between versions, meaning that you may use an API of a given SDK version and be assured that the given API will retain the same parameters and behavior in subsequent versions. An unstable interface is one which may appear to work or behave in a specific way within a given SDK version, but may change in its behavior or arguments in future SDK versions, causing odd application behavior or compiler/API usage errors.
Enums
Level
Designates the interface stability of a given API; how likely the interface is to change or be removed entirely.