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 documentation page covers the `TableExtensions` class within the Google BigQuery v2 API, detailing its functionality for .NET developers."],["The latest version of the API documented here is 3.11.0, with versions ranging down to 2.2.0 listed on the page."],["`TableExtensions` provides two primary extension methods: `GetExpirationTime` for retrieving a table's expiration time, and `SetExpirationTime` to set or modify the expiration time."],["The `GetExpirationTime` and `SetExpirationTime` methods utilize the `Table` parameter, which must not be null, allowing for the manipulation of table expiration details."],["The page includes information regarding inherited members such as `object.GetHashCode()`, as well as the namespace `Google.Cloud.BigQuery.V2`, and the assembly `Google.Cloud.BigQuery.V2.dll`."]]],[]]