Amazon.DynamoDBv2.DataModel.S3Link.OpenStream C# (CSharp) Méthode

OpenStream() public méthode

Open stream to the data stored in Amazon S3.
public OpenStream ( ) : Stream
Résultat Stream
        public Stream OpenStream()
        {
            return this.s3ClientCache.GetClient(this.RegionAsEndpoint).GetObjectStream(this.linker.s3.bucket, this.linker.s3.key, null);
        }