public static Table SetExpirationTime(this Table table, DateTimeOffset? expiration)
Sets the time at which this table expires, at which point it will be deleted.
If this is not set and the dataset does not have a default
expiration period, the table will persist until it is deleted.
[[["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-03-21 UTC."],[[["This webpage details the `TableExtensions` class, which provides extension methods to simplify working with BigQuery `Table` objects in .NET."],["The latest version documented is 3.11.0, while older versions are listed back to 2.2.0, providing links to documentation for each version."],["The `TableExtensions` class includes methods `GetExpirationTime` and `SetExpirationTime`, which are used to retrieve and modify a `Table`'s expiration time."],["The `TableExtensions` class inherits basic methods from the base `Object` class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The content shown pertains to the `Google.Cloud.BigQuery.V2` namespace within the `Google.Cloud.BigQuery.V2.dll` assembly, intended for use in .NET projects."]]],[]]