public sealed class MaintenanceWindow : IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessage
Maintenance window. This specifies when Dataproc Metastore
may perform system maintenance operation to the service.
[[["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."],[[["The latest version available for `MaintenanceWindow` is 2.9.0, with versions ranging back to 1.0.0, all within the `Google.Cloud.Metastore.V1` namespace."],["`MaintenanceWindow` is a class that defines when Dataproc Metastore can perform system maintenance, inheriting from `Object` and implementing several interfaces."],["The `MaintenanceWindow` class has two constructors: a default constructor and another one that takes another `MaintenanceWindow` object as an argument."],["Key properties of `MaintenanceWindow` include `DayOfWeek`, specifying the day the window starts, and `HourOfDay`, defining the hour the window begins."],["`MaintenanceWindow` also inherits methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]