FileSasUrlResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the details of the result from the GetFileSasUrlResponse.Result property
public ref class FileSasUrlResponse : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="FileSasUrlResponse", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public class FileSasUrlResponse : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="FileSasUrlResponse", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type FileSasUrlResponse = class
interface IExtensibleDataObject
Public Class FileSasUrlResponse
Implements IExtensibleDataObject
- Inheritance
-
FileSasUrlResponse
- Attributes
- Implements
Constructors
FileSasUrlResponse() |
Initializes a new instance of the FileSasUrlResponse class. |
Properties
ExtensionData | |
FileName |
Gets or set the name of the file. |
FileSizeInBytes |
Gets or sets the file size in bytes. |
MimeType |
Gets or sets the MIME type of the file. |
SasUrl |
Gets or sets the shared access signature (SAS) URL that can be used to access the file for one hour. |