Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeleteReq

Delete arguments.

Hierarchy

Index

Properties

Readonly client

client: VertexClient

An instance of VertexClient.

Optional Readonly exceptions

exceptions?: Set<string>

Set of IDs to not delete.

Optional Readonly pageSize

pageSize?: number

The page size used while fetching listing.

Readonly verbose

verbose: boolean

Whether or not to include verbose log messages.

Methods

Optional Readonly onMsg

  • onMsg(msg: string): void