DataExport.TableNames Property

Definition

Gets or sets an array of tables to export, for example: [“Heartbeat, SecurityEvent”].

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tableNames")]
public System.Collections.Generic.IList<string> TableNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tableNames")>]
member this.TableNames : System.Collections.Generic.IList<string> with get, set
Public Property TableNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to