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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteSessionRequest` class within the Google Cloud Spanner v1 API, specifically focusing on version 4.4.0."],["The `DeleteSessionRequest` class is used to request the deletion of a session in Google Cloud Spanner, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSessionRequest` class includes properties such as `Name` (a string representing the session's name) and `SessionName` (a `SessionName`-typed view of the resource name), along with constructors for creating instances."],["The page also lists several prior and newer versions of the same `DeleteSessionRequest` documentation, ranging from version 3.5.0 all the way up to the latest beta version 5.0.0-beta05, so you can look at other versions if needed."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, which are standard object methods in .NET."]]],[]]