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.
Parameters
Name
Description
table
Google.Apis.Bigquery.v2.Data.Table
The table for which to set the expiration for.
Must not be null.
[[["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 webpage details the `TableExtensions` class, which provides extension methods for working with `Google.Apis.Bigquery.v2.Data.Table` in the Google Cloud BigQuery .NET library."],["The latest version available for `TableExtensions` is 3.11.0, and the webpage also provides links to older versions, ranging from 3.10.0 back to 2.2.0."],["`TableExtensions` includes methods like `GetExpirationTime`, which retrieves a table's expiration time, and `SetExpirationTime`, which allows you to set or update a table's expiration time."],["The `SetExpirationTime` method is chainable, meaning the returned table can be used as input for another operation."],["The class inherits members from the base `Object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]