C# 클래스 Amazon.S3.Model.GetPreSignedUrlRequest

The parameters to create a pre-signed URL to a bucket or object.
For more information, refer to: .
Required Parameters: BucketName, Expires
Optional Parameters: Key, VersionId, Verb: default is GET
상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
IsSetExpires ( ) : bool

Checks if Expires property is set.

비공개 메소드들

메소드 설명
IsSetBucketName ( ) : bool

Checks if BucketName property is set.

IsSetContentType ( ) : bool

Checks if ContentType property is set.

IsSetKey ( ) : bool

Checks if Key property is set.

IsSetVersionId ( ) : bool

Checks if VersionId property is set.

메소드 상세

IsSetExpires() 공개 메소드

Checks if Expires property is set.
public IsSetExpires ( ) : bool
리턴 bool