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 that simplify working with `Table` objects."],["The content includes a list of available versions, with version 3.11.0 being the latest and links to documentation for each version of the Google BigQuery v2 API."],["Two extension methods, `GetExpirationTime` and `SetExpirationTime`, are detailed, providing functionalities for retrieving and setting a table's expiration time respectively."],["The documentation clarifies inheritance, namespace (`Google.Cloud.BigQuery.V2`), assembly (`Google.Cloud.BigQuery.V2.dll`), and includes parameter and return value descriptions for the provided methods."],["The provided documentation offers users information on the specific methods and parameters, for extension methods `GetExpirationTime` and `SetExpirationTime` to manage table expiration within Google BigQuery."]]],[]]