Optional ifIf true, an error will not be thrown if the index attempting to be dropped does not exist.
Optional keyspaceThe keyspace to use for the operation.
Optional maxThis temporary error-ing property exists for migration convenience, and will be removed in a future version.
maxTimeMS option is no longer available; the timeouts system has been overhauled, and timeouts should now be set using timeout, and defaults in timeoutDefaults. You may generally Ctrl+R replace maxTimeMS with timeout to retain the same behavior.Optional namespaceThis temporary error-ing property exists for migration convenience, and will be removed in a future version.
namespace terminology has been removed, and replaced with keyspace throughout the client.Optional timeoutThe method timeout override.
See TimeoutDescriptor for much more information.
Options for dropping an index via Table.dropIndex