Output only. Commit time of the stream.
If a stream is of COMMITTED type, then it will have a commit_time same as
create_time. If the stream is of PENDING type, empty commit_time
means it is not committed.
Output only. The schema of the destination table. It is only returned in
CreateWriteStream response. Caller should generate data that's
compatible with this schema to send in initial AppendRowsRequest.
The table schema could go out of date during the life time of the stream.
[[["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\u003eThe latest version of the \u003ccode\u003eWriteStream\u003c/code\u003e class is 3.17.0, with various other versions available, ranging down to version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWriteStream\u003c/code\u003e class is designed for managing data streams within the storage system and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWriteStream\u003c/code\u003e class contains properties such as \u003ccode\u003eCommitTime\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eTableSchema\u003c/code\u003e, \u003ccode\u003eType\u003c/code\u003e, and \u003ccode\u003eWriteStreamName\u003c/code\u003e to describe and manage the data stream.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, \u003ccode\u003eWriteStream()\u003c/code\u003e and \u003ccode\u003eWriteStream(WriteStream other)\u003c/code\u003e, with the second one taking another \u003ccode\u003eWriteStream\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class definition has inheritance from the \u003ccode\u003eObject\u003c/code\u003e class, inheriting members such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, and it exists within the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,[]]