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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eDeleteSessionRequest\u003c/code\u003e class, which is used to request the deletion of a session within the Google Cloud Spanner service, specifically within version 3.6.0 of the \u003ccode\u003eGoogle.Cloud.Spanner.V1\u003c/code\u003e library.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eDeleteSessionRequest\u003c/code\u003e documentation available is 5.0.0-beta05, and there are numerous older versions of the documentation listed, all the way down to 3.5.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteSessionRequest\u003c/code\u003e class inherits from the \u003ccode\u003eObject\u003c/code\u003e class and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its capabilities and flexibility within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, a parameterless constructor \u003ccode\u003eDeleteSessionRequest()\u003c/code\u003e and a constructor accepting another \u003ccode\u003eDeleteSessionRequest\u003c/code\u003e object \u003ccode\u003eDeleteSessionRequest(DeleteSessionRequest other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteSessionRequest\u003c/code\u003e class exposes properties such as \u003ccode\u003eName\u003c/code\u003e (a string representing the name of the session to delete) and \u003ccode\u003eSessionName\u003c/code\u003e (a \u003ccode\u003eSessionName\u003c/code\u003e type providing a structured view over the session's name), facilitating the handling of session identifiers.\u003c/p\u003e\n"]]],[],null,[]]