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 page covers the `TableExtensions` class within the Google BigQuery v2 API for .NET, providing extension methods to simplify working with `Table` objects."],["The latest version of the Google BigQuery v2 API for .NET is 3.11.0, with multiple previous versions listed, ranging from 2.2.0 to 3.10.0."],["The `TableExtensions` class inherits from the `object` class and offers methods for managing table expiration, including `GetExpirationTime` and `SetExpirationTime`."],["The `GetExpirationTime` method retrieves the expiration time of a given table, while `SetExpirationTime` allows setting a specific expiration time, with the table persisting indefinitely if not set."],["Both the `GetExpirationTime` and `SetExpirationTime` methods take a `Table` parameter, and `SetExpirationTime` additionally takes a `DateTimeOffset` parameter to specify the new expiration."]]],[]]