Updated on 2024-07-03 GMT+08:00

Before You Start

If you have any questions during the development, post them on the Issues page of GitHub. For details about parameters and usage of each API, see the API Reference.

  • Ensure that you are familiar with OBS basic concepts, such as buckets, objects, and access keys (AKs/SKs).
  • You can see General Examples of ObsClient to learn how to call OBS .NET SDK APIs in a general manner.
  • After an API is called using an instance of ObsClient, if no exception is thrown, the return value is valid. If an exception is thrown, the operation fails, and you can obtain the exception details from the instance of ObsException.
  • After an API is successfully called by an instance of ObsClient, an instance of SDK common response headers containing the response headers will be returned.