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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTableExtensions\u003c/code\u003e class in the Google BigQuery v2 API provides extension methods to simplify working with the \u003ccode\u003eTable\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this documentation is 3.11.0, but there are other versions available, ranging from 2.2.0 to 3.10.0, available for viewing.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes inherited members such as \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"],["\u003cp\u003e\u003ccode\u003eTableExtensions\u003c/code\u003e offers two methods: \u003ccode\u003eGetExpirationTime()\u003c/code\u003e, which retrieves a table's expiration time, and \u003ccode\u003eSetExpirationTime()\u003c/code\u003e, which sets or modifies a table's expiration time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetExpirationTime\u003c/code\u003e and \u003ccode\u003eSetExpirationTime\u003c/code\u003e methods, allows users to manage the expiration time of a specific table by setting the \u003ccode\u003eDateTimeOffset\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]