public sealed class DeleteSessionRequest : IMessage<DeleteSessionRequest>, IEquatable<DeleteSessionRequest>, IDeepCloneable<DeleteSessionRequest>, IBufferMessage, IMessage
The request for [DeleteSession][google.spanner.v1.Spanner.DeleteSession].
[[["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 page details the `DeleteSessionRequest` class, which is used to request the deletion of a session within Google Cloud Spanner."],["The latest version available is `5.0.0-beta05`, with numerous older versions also accessible, ranging back to version `3.5.0`."],["`DeleteSessionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors, one default and another that accepts another `DeleteSessionRequest` instance for copying."],["The `DeleteSessionRequest` class includes the `Name` property, a string representing the session to delete, as well as a `SessionName` property, which provides a typed view of the `Name`."]]],[]]