public Duration DefaultTableExpireDuration { get; set; }
If this field is present, each table that does not specify an
expiration time is assigned an expiration time by adding this
duration to the table's createTime. If this field is empty,
there is no default table expiration time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe latest version of the BigQuery Audit Data Logging v1 API class Dataset is 1.3.0, with previous versions including 1.2.0, 1.1.0, and 1.0.0 available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe Dataset class provides information about a BigQuery dataset, as described by the Dataset API resource, and it includes user-provided metadata, access control lists, and creation/update times.\u003c/p\u003e\n"],["\u003cp\u003eThis Dataset class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, inheriting members from the base object class, and it resides within the \u003ccode\u003eGoogle.Cloud.BigQuery.Logging.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe Dataset class features constructors for creating a new dataset or copying from an existing one, and it includes properties such as \u003ccode\u003eAcl\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eDatasetName\u003c/code\u003e, \u003ccode\u003eDefaultTableExpireDuration\u003c/code\u003e, \u003ccode\u003eInfo\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# BigQuery Audit Data Logging v1 API - Class Dataset (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.Dataset)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.2.0/Google.Cloud.BigQuery.Logging.V1.Dataset)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.1.0/Google.Cloud.BigQuery.Logging.V1.Dataset)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.0.0/Google.Cloud.BigQuery.Logging.V1.Dataset) \n\n public sealed class Dataset : IMessage\u003cDataset\u003e, IEquatable\u003cDataset\u003e, IDeepCloneable\u003cDataset\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BigQuery Audit Data Logging v1 API class Dataset.\n\nBigQuery dataset information.\nSee the [Dataset](/bigquery/docs/reference/v2/datasets) API resource\nfor more details on individual fields. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Dataset \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Dataset](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.Dataset), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Dataset](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.Dataset), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Dataset](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.Dataset), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BigQuery.Logging.V1](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.Logging.V1.dll\n\nConstructors\n------------\n\n### Dataset()\n\n public Dataset()\n\n### Dataset(Dataset)\n\n public Dataset(Dataset other)\n\nProperties\n----------\n\n### Acl\n\n public BigQueryAcl Acl { get; set; }\n\nThe access control list for the dataset.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nThe time the dataset was created.\n\n### DatasetName\n\n public DatasetName DatasetName { get; set; }\n\nThe name of the dataset.\n\n### DefaultTableExpireDuration\n\n public Duration DefaultTableExpireDuration { get; set; }\n\nIf this field is present, each table that does not specify an\nexpiration time is assigned an expiration time by adding this\nduration to the table's `createTime`. If this field is empty,\nthere is no default table expiration time.\n\n### Info\n\n public DatasetInfo Info { get; set; }\n\nUser-provided metadata for the dataset.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nThe time the dataset was last modified."]]