public sealed class Dataset : IMessage<Dataset>, IEquatable<Dataset>, IDeepCloneable<Dataset>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class Dataset.
The Dataset resource contains summary information about a dataset.
Namespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
Dataset()
public Dataset()Dataset(Dataset)
public Dataset(Dataset other)| Parameter | |
|---|---|
| Name | Description |
other |
Dataset |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The timestamp of creation of this resource.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DatasetName
public DatasetName DatasetName { get; set; }DatasetName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DatasetName |
|
DateRange
public Interval DateRange { get; set; }Required. Core time window of the dataset. All tables should have complete data covering this period.
| Property Value | |
|---|---|
| Type | Description |
Interval |
|
Labels
public MapField<string, string> Labels { get; }Labels
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Output only. The resource name of the Dataset.
format:
/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public Dataset.Types.State State { get; set; }Output only. State of the dataset (creating, active, deleting, etc.)
| Property Value | |
|---|---|
| Type | Description |
DatasetTypesState |
|
TableSpecs
public MapField<string, string> TableSpecs { get; }Required. The set of BigQuery tables in the dataset. The key should be the
table type and the value should be the BigQuery tables in the format
bq://{project}.{dataset}.{table}.
Current table types are:
partyaccount_party_linktransactionrisk_case_eventparty_supplementary_data
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
TimeZone
public TimeZone TimeZone { get; set; }The timezone of the data, default will act as UTC.
| Property Value | |
|---|---|
| Type | Description |
TimeZone |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The timestamp of the most recent update of this resource.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|