Table of Contents

Class BlockingCommandOptions

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

Options for long-running admin commands that may be launched in a blocking fashion.

public class BlockingCommandOptions : CommandOptions
Inheritance
BlockingCommandOptions
Derived
Inherited Members

Properties

waitForCompletion

Whether to wait for the command to complete before returning.

public bool waitForCompletion { get; set; }

Property Value

bool