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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eTableExtensions\u003c/code\u003e class within the Google BigQuery v2 API, providing extension methods to simplify interactions with \u003ccode\u003eTable\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTableExtensions\u003c/code\u003e offers methods for managing table expiration, including \u003ccode\u003eGetExpirationTime\u003c/code\u003e to retrieve the table's expiration time and \u003ccode\u003eSetExpirationTime\u003c/code\u003e to define or modify it.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetExpirationTime\u003c/code\u003e method will return a \u003ccode\u003eDateTimeOffset?\u003c/code\u003e indicating the expiration time, whereas \u003ccode\u003eSetExpirationTime\u003c/code\u003e allows you to assign a \u003ccode\u003eDateTimeOffset?\u003c/code\u003e to set the expiration, returning the same table object for method chaining.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTableExtensions\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e, with additional inherited members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]