Table of Contents

Class APICaller

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

A single layer of 'caller information' for self-identifying when issuing API requests.

public class APICaller
Inheritance
APICaller
Inherited Members

Properties

Name

Name of the caller (in most cases, a package name)

public string Name { get; set; }

Property Value

string

Version

Version of the caller, typically in dot-notation.

public string Version { get; set; }

Property Value

string