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 provides documentation for the `TableExtensions` class within the Google BigQuery v2 API, focusing on extension methods for working with tables."],["The latest version of the Google.Cloud.BigQuery.V2 API documented on this page is 3.11.0, with versions ranging down to 2.2.0."],["The `TableExtensions` class inherits from the base `object` class and provides methods for managing table expiration, including `GetExpirationTime` and `SetExpirationTime`."],["`GetExpirationTime` retrieves the expiration time of a specified table, while `SetExpirationTime` allows for setting or updating a table's expiration date and time."]]],[]]