Chronicle v1 API - Class BigQueryExport (1.0.0-beta05)

public sealed class BigQueryExport : IMessage<BigQueryExport>, IEquatable<BigQueryExport>, IDeepCloneable<BigQueryExport>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class BigQueryExport.

This resource represents the BigQuery export configuration for a Chronicle instance which includes Google Cloud Platform resources like Cloud Storage buckets, BigQuery datasets etc and the export settings for each data source.

Inheritance

object > BigQueryExport

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

BigQueryExport()

public BigQueryExport()

BigQueryExport(BigQueryExport)

public BigQueryExport(BigQueryExport other)
Parameter
Name Description
other BigQueryExport

Properties

BigQueryExportName

public BigQueryExportName BigQueryExportName { get; set; }

BigQueryExportName-typed view over the Name resource name property.

Property Value
Type Description
BigQueryExportName

BigQueryExportPackage

public BigQueryExportPackage BigQueryExportPackage { get; set; }

Output only. The BigQueryExportPackage entitled for the Chronicle instance.

Property Value
Type Description
BigQueryExportPackage

EntityGraphSettings

public DataSourceExportSettings EntityGraphSettings { get; set; }

Optional. The export settings for the Entity Graph data source.

Property Value
Type Description
DataSourceExportSettings

IocMatchesSettings

public DataSourceExportSettings IocMatchesSettings { get; set; }

Optional. The export settings for the IOC Matches data source.

Property Value
Type Description
DataSourceExportSettings

Name

public string Name { get; set; }

Identifier. The resource name of the BigQueryExport. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport

Property Value
Type Description
string

Provisioned

public bool Provisioned { get; set; }

Output only. Whether the BigQueryExport has been provisioned for the Chronicle instance.

Property Value
Type Description
bool

RuleDetectionsSettings

public DataSourceExportSettings RuleDetectionsSettings { get; set; }

Optional. The export settings for the Rule Detections data source.

Property Value
Type Description
DataSourceExportSettings

UdmEventsAggregatesSettings

public DataSourceExportSettings UdmEventsAggregatesSettings { get; set; }

Optional. The export settings for the UDM Events Aggregates data source.

Property Value
Type Description
DataSourceExportSettings

UdmEventsSettings

public DataSourceExportSettings UdmEventsSettings { get; set; }

Optional. The export settings for the UDM Events data source.

Property Value
Type Description
DataSourceExportSettings