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 webpage provides reference documentation for the `DeleteSessionRequest` class within the Google Cloud Spanner v1 API for .NET."],["The `DeleteSessionRequest` class is used to request the deletion of a session and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties, including `Name` (a string representing the session name to be deleted) and `SessionName` (a typed view of the resource name property)."],["The documentation includes information about the class constructors, inherited members, namespace, and assembly, along with links to relevant documentation."],["The page contains an extensive version history, ranging from the latest beta release, 5.0.0-beta05, all the way down to version 3.5.0."]]],[]]