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 interactions with `Table` objects."],["The latest version of these extensions is 3.11.0, but documentation is available for versions 3.0.0 through 3.11.0 and 2.2.0 through 2.4.0."],["`TableExtensions` offers methods for managing table expiration, including `GetExpirationTime` to retrieve the table's expiration time and `SetExpirationTime` to define or modify it."],["The `GetExpirationTime` method will return a `DateTimeOffset?` indicating the expiration time, whereas `SetExpirationTime` allows you to assign a `DateTimeOffset?` to set the expiration, returning the same table object for method chaining."],["The `TableExtensions` class inherits from `object`, with additional inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]