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 covers the `TableExtensions` class within the Google BigQuery v2 API, providing extension methods to simplify working with `Table` objects."],["The latest version available for the `TableExtensions` documentation is 3.11.0, with the information covering all releases between 2.2.0 up until 3.11.0."],["The class includes two methods: `GetExpirationTime`, which retrieves the expiration time of a table, and `SetExpirationTime`, which sets the expiration time for a given table."],["`TableExtensions` inherits from the base `object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `SetExpirationTime` method allows setting a table to expire at a specific time, or to persist indefinitely if no expiration is set, and the dataset has no expiration."]]],[]]