DS3 .NET Software Development Kit  3.0.0
Provides access to the Spectra Logic DS3 API through .NET.
Ds3.Calls.PutJobCompletedNotificationRegistrationSpectraS3Request Class Reference
Inheritance diagram for Ds3.Calls.PutJobCompletedNotificationRegistrationSpectraS3Request:
Ds3.Calls.Ds3Request

Public Member Functions

PutJobCompletedNotificationRegistrationSpectraS3Request WithFormat (HttpResponseFormatType?format)
 
PutJobCompletedNotificationRegistrationSpectraS3Request WithJobId (Guid?jobId)
 
PutJobCompletedNotificationRegistrationSpectraS3Request WithJobId (string jobId)
 
PutJobCompletedNotificationRegistrationSpectraS3Request WithNamingConvention (NamingConventionType?namingConvention)
 
PutJobCompletedNotificationRegistrationSpectraS3Request WithNotificationHttpMethod (RequestType?notificationHttpMethod)
 
 PutJobCompletedNotificationRegistrationSpectraS3Request (string notificationEndPoint)
 
- Public Member Functions inherited from Ds3.Calls.Ds3Request
string getDescription (string paramstring)
 

Properties

string NotificationEndPoint [get]
 
HttpResponseFormatType Format [get, set]
 
string JobId [get, set]
 
NamingConventionType NamingConvention [get, set]
 
RequestType NotificationHttpMethod [get, set]