DataLakeStoreFrontEndAdapter.AppendToStream Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute au flux.
public void AppendToStream (string streamPath, byte[] data, long offset, int byteCount);
abstract member AppendToStream : string * byte[] * int64 * int -> unit
override this.AppendToStream : string * byte[] * int64 * int -> unit
Public Sub AppendToStream (streamPath As String, data As Byte(), offset As Long, byteCount As Integer)
Paramètres
- streamPath
- String
Chemin d’accès du flux.
- data
- Byte[]
Données.
- offset
- Int64
Décalage.
- byteCount
- Int32
Nombre d’octets.
Implémente
Exceptions
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET