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-04-17 UTC."],[[["This document provides reference documentation for the `TableExtensions` class within the Google BigQuery v2 API, specifically for the .NET environment, covering versions from 2.2.0 up to the latest version 3.11.0."],["The `TableExtensions` class provides extension methods to simplify working with BigQuery tables, including `GetExpirationTime` and `SetExpirationTime` methods for managing table expiration."],["The `GetExpirationTime` method retrieves the deletion time of a specified table."],["The `SetExpirationTime` method allows setting a specific expiration time for a table, after which it will be deleted unless a default expiration is set in the dataset."],["The documentation also provides inherited members, assembly information, and the namespace of the `TableExtensions` class."]]],[]]