public sealed class DeleteSessionRequest : IMessage<DeleteSessionRequest>, IEquatable<DeleteSessionRequest>, IDeepCloneable<DeleteSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class DeleteSessionRequest.
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-08-04 UTC."],[[["The document provides reference documentation for the `DeleteSessionRequest` class within the Google Cloud Spanner v1 API for .NET."],["`DeleteSessionRequest` is used to make requests for deleting a session, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties, `Name` and `SessionName`, where `Name` is a required property that specifies the session to delete, and `SessionName` is a typed view of the Name resource."],["The latest version, marked as beta, is 5.0.0-beta05, and the content lists various previous versions down to 3.5.0 for the `DeleteSessionRequest` class, providing links for each version."]]],[]]