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 `Table` objects in the Google Cloud BigQuery V2 library for .NET."],["The latest version available is 3.11.0, and the page lists numerous previous versions from 3.10.0 back down to 2.2.0, allowing developers to reference specific version documentation."],["The `TableExtensions` class inherits from the `Object` class and includes methods such as `GetExpirationTime` and `SetExpirationTime`, which manage a table's expiration status."],["`GetExpirationTime` method retrieves the expiration time of a specified table, while the `SetExpirationTime` method allows the user to adjust the expiration time of a specified table, both of these methods work through the use of the `Table` parameter."]]],[]]