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."],[[["The `TableExtensions` class in the Google BigQuery v2 API provides extension methods to simplify working with the `Table` class."],["The latest version of this documentation is 3.11.0, but there are other versions available, ranging from 2.2.0 to 3.10.0, available for viewing."],["This class inherits from `object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`TableExtensions` offers two methods: `GetExpirationTime()`, which retrieves a table's expiration time, and `SetExpirationTime()`, which sets or modifies a table's expiration time."],["The `GetExpirationTime` and `SetExpirationTime` methods, allows users to manage the expiration time of a specific table by setting the `DateTimeOffset`."]]],[]]